Skip to content

Commit ae8ae27

Browse files
authored
Update to wasmtime's release artifacts for async tests (#1348)
Try to move away from wasip3-prototyping
1 parent 63649c7 commit ae8ae27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)