File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
1616Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
1717you 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
2222pip install componentize-py==0.19.3
2323```
2424
You can’t perform that action at this time.
0 commit comments