Skip to content

Commit 932f7c0

Browse files
authored
Merge pull request #185 from WebAssembly/wit-bindgen-0.48
wasip3 rust tests: Pin wit-bindgen to a released version and update wasmtime to nightly
2 parents 52cafa0 + 9c62bd5 commit 932f7c0

File tree

4 files changed

+28
-147
lines changed

4 files changed

+28
-147
lines changed

.github/workflows/compile-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ${{ matrix.os }}
142142
needs: [build_assemblyscript, build_c, build_rust]
143143
env:
144-
WASMTIME_VERSION: v37.0.1
144+
WASMTIME_VERSION: dev
145145
strategy:
146146
matrix:
147147
os: [ubuntu-latest, windows-latest, macos-latest, windows-11-arm]

.github/workflows/daily-runtime-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030

3131
- name: Install wasmtime
3232
if: matrix.runtime == 'wasmtime'
33-
run: |
34-
curl https://wasmtime.dev/install.sh -sSf | bash
35-
echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
33+
uses: bytecodealliance/actions/wasmtime/setup@v1
34+
with:
35+
version: dev
3636

3737
- name: Install WASM Micro Runtime
3838
if: matrix.runtime == 'wasm-micro-runtime'

tests/rust/wasm32-wasip3/Cargo.lock

Lines changed: 23 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/rust/wasm32-wasip3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen.git" }
7+
wit-bindgen = "0.48"

0 commit comments

Comments
 (0)