File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ run a Python-based component targetting the [wasi-cli] `command` world.
99
1010## Prerequisites
1111
12- * ` Wasmtime ` 39 .0.0 or later
12+ * ` Wasmtime ` 38 .0.0 or later
1313* ` componentize-py ` 0.19.0
1414
1515Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
1616you don't have ` cargo ` , you can download and install from
17- https://github.com/bytecodealliance/wasmtime/releases/tag/v39 .0.0 .
17+ https://github.com/bytecodealliance/wasmtime/releases/tag/v38 .0.0 .
1818
1919```
20- cargo install --version 39 .0.0 wasmtime-cli
20+ cargo install --version 38 .0.0 wasmtime-cli
2121pip install componentize-py==0.19.0
2222```
2323
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 ` 39 .0.0 or later
13+ * ` Wasmtime ` 38 .0.0 or later
1414* ` componentize-py ` 0.19.0
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/v39 .0.0 .
18+ https://github.com/bytecodealliance/wasmtime/releases/tag/v38 .0.0 .
1919
2020```
21- cargo install --version 39 .0.0 wasmtime-cli
21+ cargo install --version 38 .0.0 wasmtime-cli
2222pip install componentize-py==0.19.0
2323```
2424
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ run a Python-based component targetting the [wasi-http] `proxy` world.
99
1010## Prerequisites
1111
12- * ` Wasmtime ` 39 .0.0 or later
12+ * ` Wasmtime ` 38 .0.0 or later
1313* ` componentize-py ` 0.19.0
1414
1515Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
1616you don't have ` cargo ` , you can download and install from
17- https://github.com/bytecodealliance/wasmtime/releases/tag/v39 .0.0 .
17+ https://github.com/bytecodealliance/wasmtime/releases/tag/v38 .0.0 .
1818
1919```
20- cargo install --version 39 .0.0 wasmtime-cli
20+ cargo install --version 38 .0.0 wasmtime-cli
2121pip install componentize-py==0.19.0
2222```
2323
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ within a guest component.
1010
1111## Prerequisites
1212
13- * ` wasmtime ` 39 .0.0 or later
13+ * ` wasmtime ` 38 .0.0 or later
1414* ` componentize-py ` 0.19.0
1515* ` NumPy ` , built for WASI
1616
@@ -19,10 +19,10 @@ not yet publish WASI builds.
1919
2020Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
2121you don't have ` cargo ` , you can download and install from
22- https://github.com/bytecodealliance/wasmtime/releases/tag/v39 .0.0 .
22+ https://github.com/bytecodealliance/wasmtime/releases/tag/v38 .0.0 .
2323
2424```
25- cargo install --version 39 .0.0 wasmtime-cli
25+ cargo install --version 38 .0.0 wasmtime-cli
2626pip install componentize-py==0.19.0
2727curl -OL https://github.com/dicej/wasi-wheels/releases/download/v0.0.2/numpy-wasi.tar.gz
2828tar xf numpy-wasi.tar.gz
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ sandboxed Python code snippets from within a Python app.
77
88## Prerequisites
99
10- * ` wasmtime-py ` 39 .0.0 or later
10+ * ` wasmtime-py ` 38 .0.0 or later
1111* ` componentize-py ` 0.19.0
1212
1313```
14- pip install componentize-py==0.19.0 wasmtime==39 .0.0
14+ pip install componentize-py==0.19.0 wasmtime==38 .0.0
1515```
1616
1717## Running the demo
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ making an outbound TCP request using `wasi-sockets`.
1010
1111## Prerequisites
1212
13- * ` Wasmtime ` 39 .0.0 or later
13+ * ` Wasmtime ` 38 .0.0 or later
1414* ` componentize-py ` 0.19.0
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/v39 .0.0 .
18+ https://github.com/bytecodealliance/wasmtime/releases/tag/v38 .0.0 .
1919
2020```
21- cargo install --version 39 .0.0 wasmtime-cli
21+ cargo install --version 38 .0.0 wasmtime-cli
2222pip install componentize-py==0.19.0
2323```
2424
You can’t perform that action at this time.
0 commit comments