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 51ad799 commit 2e1b8e7Copy full SHA for 2e1b8e7
.github/workflows/compile-tests.yml
@@ -57,8 +57,8 @@ jobs:
57
- name: Check out repository code
58
uses: actions/checkout@v3
59
60
- - name: Install wasm32-wasi target for Rust
61
- run: rustup target add wasm32-wasi
+ - name: Install wasm32-wasip1 target for Rust
+ run: rustup target add wasm32-wasip1
62
63
- name: Build tests
64
working-directory: tests/rust
tests/rust/build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -ueo pipefail
3
4
-cargo build --target=wasm32-wasi
+cargo build --target=wasm32-wasip1
5
6
-cp target/wasm32-wasi/debug/*.wasm testsuite/
+cp target/wasm32-wasip1/debug/*.wasm testsuite/
0 commit comments