File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Allow normal use of "cargo run" and "cargo test" on these wasm32 platforms.
2
2
[target .wasm32-unknown-unknown ]
3
3
runner = ' wasm-bindgen-test-runner'
4
- [target .wasm32-wasi ]
4
+ [target .wasm32-wasip1 ]
5
+ runner = ' wasmtime'
6
+ [target .wasm32-wasip2 ]
5
7
runner = ' wasmtime'
6
8
7
9
# Just run on node by default (that's where emscripten is tested)
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ jobs:
283
283
targets : wasm32-wasip1
284
284
- name : Install precompiled wasmtime
285
285
run : |
286
- VERSION=v23 .0.2
286
+ VERSION=v24 .0.0
287
287
URL=https://github.com/bytecodealliance/wasmtime/releases/download/${VERSION}/wasmtime-${VERSION}-x86_64-linux.tar.xz
288
288
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
289
289
wasmtime --version
@@ -301,7 +301,7 @@ jobs:
301
301
components : rust-src
302
302
- name : Install precompiled wasmtime
303
303
run : |
304
- VERSION=v23 .0.2
304
+ VERSION=v24 .0.0
305
305
URL=https://github.com/bytecodealliance/wasmtime/releases/download/${VERSION}/wasmtime-${VERSION}-x86_64-linux.tar.xz
306
306
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
307
307
wasmtime --version
You can’t perform that action at this time.
0 commit comments