File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ jobs:
46
46
- name : Install toolchain
47
47
uses : dtolnay/rust-toolchain@nightly
48
48
with :
49
- targets : wasm32-wasi
49
+ targets : wasm32-wasip2
50
50
- name : Install wasmtime
51
51
run : |
52
52
curl https://wasmtime.dev/install.sh -sSf | bash
53
53
echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
54
54
- name : Test (no features)
55
- run : CARGO_TARGET_WASM32_WASI_RUNNER =wasmtime cargo test --target wasm32-wasi --no-default-features
55
+ run : CARGO_TARGET_WASM32_WASIP2_RUNNER =wasmtime cargo test --target wasm32-wasip2 --no-default-features
56
56
- name : Test (all features)
57
- run : CARGO_TARGET_WASM32_WASI_RUNNER =wasmtime cargo test --target wasm32-wasi --all-features
57
+ run : CARGO_TARGET_WASM32_WASIP2_RUNNER =wasmtime cargo test --target wasm32-wasip2 --all-features
58
58
59
59
emscripten :
60
60
name : Test Emscripten
You can’t perform that action at this time.
0 commit comments