File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313env :
1414 CARGO_TERM_COLOR : always
15- WASI_SDK_VERSION : 20.26g68203b20b82e
16- WASI_SDK_RELEASE : wasi-sockets-alpha-2
15+ WASI_SDK_VERSION : 20.46gf3a1f8991535
16+ WASI_SDK_RELEASE : wasi-sockets-alpha-5
1717
1818jobs :
1919 linux :
Original file line number Diff line number Diff line change 1010
1111env :
1212 CARGO_TERM_COLOR : always
13- WASI_SDK_VERSION : 20.26g68203b20b82e
14- WASI_SDK_RELEASE : wasi-sockets-alpha-2
13+ WASI_SDK_VERSION : 20.46gf3a1f8991535
14+ WASI_SDK_RELEASE : wasi-sockets-alpha-5
1515
1616jobs :
1717 test :
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ variable). Replace `linux` with `macos` or `mingw` (Windows) below depending on
4747your OS.
4848
4949``` shell
50- curl -LO https://github.com/dicej/wasi-sdk/releases/download/wasi-sockets-alpha-2 /wasi-sdk-20.26g68203b20b82e -linux.tar.gz
51- tar xf wasi-sdk-20.26g68203b20b82e -linux.tar.gz
52- sudo mv wasi-sdk-20.26g68203b20b82e /opt/wasi-sdk
50+ curl -LO https://github.com/dicej/wasi-sdk/releases/download/wasi-sockets-alpha-5 /wasi-sdk-20.46gf3a1f8991535 -linux.tar.gz
51+ tar xf wasi-sdk-20.46gf3a1f8991535 -linux.tar.gz
52+ sudo mv wasi-sdk-20.46gf3a1f8991535 /opt/wasi-sdk
5353export WASI_SDK_PATH=/opt/wasi-sdk
5454```
5555
Original file line number Diff line number Diff line change 11[package ]
22name = " componentize-py"
3- version = " 0.13.0 "
3+ version = " 0.13.1 "
44edition = " 2021"
55exclude = [" cpython" ]
66
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ run a Python-based component targetting the [wasi-cli] `command` world.
1010## Prerequisites
1111
1212* ` Wasmtime ` 18.0.0 or later
13- * ` componentize-py ` 0.13.0
13+ * ` componentize-py ` 0.13.1
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
1717https://github.com/bytecodealliance/wasmtime/releases/tag/v18.0.0 .
1818
1919```
2020cargo install --version 18.0.0 wasmtime-cli
21- pip install componentize-py==0.13.0
21+ pip install componentize-py==0.13.1
2222```
2323
2424## Running the demo
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ run a Python-based component targetting the [wasi-http] `proxy` world.
1010## Prerequisites
1111
1212* ` Wasmtime ` 18.0.0 or later
13- * ` componentize-py ` 0.13.0
13+ * ` componentize-py ` 0.13.1
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
1717https://github.com/bytecodealliance/wasmtime/releases/tag/v18.0.0 .
1818
1919```
2020cargo install --version 18.0.0 wasmtime-cli
21- pip install componentize-py==0.13.0
21+ pip install componentize-py==0.13.1
2222```
2323
2424## Running the demo
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ within a guest component.
1111## Prerequisites
1212
1313* ` wasmtime ` 18.0.0 or later
14- * ` componentize-py ` 0.13.0
14+ * ` componentize-py ` 0.13.1
1515* ` NumPy ` , built for WASI
1616
1717Note that we use an unofficial build of NumPy since the upstream project does
@@ -23,7 +23,7 @@ https://github.com/bytecodealliance/wasmtime/releases/tag/v18.0.0.
2323
2424```
2525cargo install --version 18.0.0 wasmtime-cli
26- pip install componentize-py==0.13.0
26+ pip install componentize-py==0.13.1
2727curl -OL https://github.com/dicej/wasi-wheels/releases/download/v0.0.1/numpy-wasi.tar.gz
2828tar xf numpy-wasi.tar.gz
2929```
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ sandboxed Python code snippets from within a Python app.
88## Prerequisites
99
1010* ` wasmtime-py ` 18.0.0 or later
11- * ` componentize-py ` 0.13.0
11+ * ` componentize-py ` 0.13.1
1212
1313```
14- pip install componentize-py==0.13.0 wasmtime==18.0.2
14+ pip install componentize-py==0.13.1 wasmtime==18.0.2
1515```
1616
1717## Running the demo
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ making an outbound TCP request using `wasi-sockets`.
1111## Prerequisites
1212
1313* ` Wasmtime ` 18.0.0 or later
14- * ` componentize-py ` 0.13.0
14+ * ` componentize-py ` 0.13.1
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
1818https://github.com/bytecodealliance/wasmtime/releases/tag/v18.0.0 .
1919
2020```
2121cargo install --version 18.0.0 wasmtime-cli
22- pip install componentize-py==0.13.0
22+ pip install componentize-py==0.13.1
2323```
2424
2525## Running the demo
You can’t perform that action at this time.
0 commit comments