Skip to content

Commit 071306e

Browse files
authored
update test.yaml to use specific Wasmtime version (#189)
Wasmtime 40 and later include component model ABI changes that we don't support yet.
1 parent b30271c commit 071306e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
- uses: taiki-e/install-action@v2
136136
with:
137-
tool: wasmtime-cli
137+
tool: wasmtime-cli@39.0.1
138138

139139
- uses: actions/setup-python@v5
140140
with:

examples/http-p3/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ run a Python-based component targetting version `0.3.0-rc-2025-09-16` of the
1010

1111
## Prerequisites
1212

13-
* `Wasmtime` 38.0.0 or later
13+
* `Wasmtime` 39.0.1
1414
* `componentize-py` 0.19.3
1515

1616
Below, we use [Rust](https://rustup.rs/)'s `cargo` to install `Wasmtime`. If
1717
you don't have `cargo`, you can download and install from
18-
https://github.com/bytecodealliance/wasmtime/releases/tag/v38.0.0.
18+
https://github.com/bytecodealliance/wasmtime/releases/tag/v39.0.1.
1919

2020
```
21-
cargo install --version 38.0.0 wasmtime-cli
21+
cargo install --version 39.0.1 wasmtime-cli
2222
pip install componentize-py==0.19.3
2323
```
2424

0 commit comments

Comments
 (0)