Skip to content

Commit 1e2dd9f

Browse files
committed
wasm32 ci
1 parent 58db726 commit 1e2dd9f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ jobs:
107107
command: check
108108
args: --target aarch64-linux-android
109109

110+
- uses: actions-rs/toolchain@v1
111+
with:
112+
target: wasm32-unknown-unknown
113+
114+
- name: Check compilation for wasm32
115+
uses: actions-rs/cargo@v1
116+
with:
117+
command: check
118+
args: --target wasm32-unknown-unknown --manifest-path vm/Cargo.toml
119+
110120
- uses: actions-rs/toolchain@v1
111121
with:
112122
target: wasm32-wasi

0 commit comments

Comments
 (0)