We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62c9fa commit c00c42bCopy full SHA for c00c42b
3 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: dtolnay/rust-toolchain@stable
21
with:
22
- targets: "wasm32-wasi"
+ targets: "wasm32-wasip1"
23
# We have to run these separately so we can deactivate a feature for one of the tests
24
- name: Run client tests
25
working-directory: ./crates/wasm-pkg-client
crates/wasm-pkg-core/tests/fixtures/cli-example/.cargo/config.toml
@@ -1,2 +1,2 @@
1
[build]
2
-target = [ "wasm32-wasi" ]
+target = [ "wasm32-wasip1" ]
crates/wasm-pkg-core/tests/fixtures/dog-fetcher/.cargo/config.toml
0 commit comments