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 b213303 commit d648518Copy full SHA for d648518
.github/workflows/make-build.yml
@@ -32,6 +32,7 @@ jobs:
32
- run: rustup target add wasm32-unknown-unknown
33
- uses: cargo-bins/cargo-binstall@main
34
- run: cargo binstall cargo-component -y
35
+ - run: cargo binstall wasm-tools -y
36
- run: make build
37
- run: |
38
wasm-tools component wit \
0 commit comments