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 9f793c4 commit e130231Copy full SHA for e130231
.github/workflows/rust.yml
@@ -36,7 +36,7 @@ jobs:
36
rustup default ${{ matrix.rust }}
37
rustup component add rustfmt
38
rustup component add clippy
39
- rustup target add wasm32-wasi
+ rustup target add wasm32-wasip1
40
cargo install cargo-wasi
41
apt update
42
apt install -y clang
0 commit comments