We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f4392 commit 24d9be1Copy full SHA for 24d9be1
1 file changed
.github/workflows/ci.yaml
@@ -107,6 +107,16 @@ jobs:
107
command: check
108
args: --target aarch64-linux-android
109
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
117
+ command: check
118
+ args: --target wasm32-unknown-unknown --manifest-path vm/Cargo.toml
119
120
- uses: actions-rs/toolchain@v1
121
with:
122
target: wasm32-wasi
0 commit comments