File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ jobs:
129129 - run : rustup target add wasm32-wasip1
130130 - uses : ./.github/actions/install-wasi-sdk
131131 - run : |
132- curl -L https://github.com/bytecodealliance/wasip3-prototyping /releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz | tar xJvf -
132+ curl -L https://github.com/bytecodealliance/wasmtime /releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz | tar xJvf -
133133 echo "WASMTIME=`pwd`/wasmtime-dev-x86_64-linux/wasmtime" >> $GITHUB_ENV
134134 - run : |
135135 cargo run test --languages rust,c tests/runtime-async \
136136 --artifacts target/artifacts \
137137 --rust-wit-bindgen-path ./crates/guest-rust \
138138 --rust-target wasm32-wasip1 \
139139 --c-target wasm32-wasip1 \
140- --runner "$WASMTIME -W component-model-async"
140+ --runner "$WASMTIME -W component-model-async -Sp3 "
141141
142142 test_unit :
143143 name : Crate Unit Tests
You can’t perform that action at this time.
0 commit comments