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 41d6899 commit 35009a5Copy full SHA for 35009a5
.github/workflows/test.yml
@@ -10,9 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
+ - name: rustup
14
+ run: rustup target add wasm32-wasip2
15
- name: Install cargo-binstall
16
uses: cargo-bins/cargo-binstall@v1.10.15
- - name: Install wkg
17
+ - name: Install cargo-component
18
shell: bash
19
run: cargo binstall cargo-component
20
- name: Install Wasmtime
@@ -30,6 +32,8 @@ jobs:
30
32
31
33
34
35
36
37
- name: clippy
38
run: cargo clippy -- -Dwarnings
39
- name: fmt
0 commit comments