We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccadfbd commit 7f59569Copy full SHA for 7f59569
1 file changed
.github/workflows/ci.yml
@@ -23,3 +23,8 @@ jobs:
23
24
- name: Run tests
25
run: cargo test --all-targets
26
+
27
+ - name: WASM target compiles
28
+ run: |
29
+ rustup target add wasm32-unknown-unknown
30
+ cargo build --target wasm32-unknown-unknown --lib
0 commit comments