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 bdb1a18 commit 0e525abCopy full SHA for 0e525ab
.github/workflows/test.yml
@@ -361,9 +361,9 @@ jobs:
361
with:
362
toolchain: nightly
363
default: true
364
- target: wasm32-wasi
+ target: wasm32-wasip1
365
- run: |
366
curl -Lf https://github.com/bytecodealliance/wasmtime/releases/download/v24.0.0/wasmtime-v24.0.0-x86_64-linux.tar.xz | tar xJf - -C ${{ runner.tool_cache }}
367
echo "${{ runner.tool_cache }}/wasmtime-v24.0.0-x86_64-linux" >> $GITHUB_PATH
368
- echo "CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime run --" >> $GITHUB_ENV
369
- - run: cargo test --target wasm32-wasi --all -- --nocapture
+ echo "CARGO_TARGET_WASM32_WASIP1_RUNNER=wasmtime run --" >> $GITHUB_ENV
+ - run: cargo test --target wasm32-wasip1 --all -- --nocapture
0 commit comments