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 bc5b96e commit 101f1eaCopy full SHA for 101f1ea
.github/workflows/wasm.yml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- uses: wykies/checkout@main
25
- uses: wykies/setup-rust-toolchain@main
26
+ with:
27
+ target: wasm32-unknown-unknown
28
- name: Install wasm-pack
29
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
30
- name: Run tests
@@ -35,6 +37,7 @@ jobs:
35
37
36
38
39
with:
40
41
components: clippy
42
- name: Linting
43
run: cargo clippy --target="wasm32-unknown-unknown" -- -D warnings
0 commit comments