File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This is an example of how to use [ componentize-py] and [ Wasmtime] to build and
44run a Python-based component targetting the [ wasi-cli] ` command ` world.
55
6- Note that, as of this writing, ` wasi-cli ` has not yet stabilized. Here we use a
7- snapshot, which may differ from later revisions.
8-
96[ componentize-py ] : https://github.com/bytecodealliance/componentize-py
107[ Wasmtime ] : https://github.com/bytecodealliance/wasmtime
118[ wasi-cli ] : https://github.com/WebAssembly/wasi-cli
129
1310## Prerequisites
1411
15- * ` Wasmtime ` 17.0.0 (later versions may use a different, incompatible ` wasi-cli ` snapshot)
12+ * ` Wasmtime ` 17.0.0 or later
1613* ` componentize-py ` 0.11.0
1714
1815Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
Original file line number Diff line number Diff line change 33This is an example of how to use [ componentize-py] and [ Wasmtime] to build and
44run a Python-based component targetting the [ wasi-http] ` proxy ` world.
55
6- Note that, as of this writing, neither ` wasi-http ` nor the portions of
7- ` wasi-cli ` on which it is based have stabilized. Here we use a snapshot of both,
8- which may differ from later revisions.
9-
106[ componentize-py ] : https://github.com/bytecodealliance/componentize-py
117[ Wasmtime ] : https://github.com/bytecodealliance/wasmtime
128[ wasi-http ] : https://github.com/WebAssembly/wasi-http
139
1410## Prerequisites
1511
16- * ` Wasmtime ` 17.0.0 (later versions may use a different, incompatible ` wasi-http ` snapshot)
12+ * ` Wasmtime ` 17.0.0 or later
1713* ` componentize-py ` 0.11.0
1814
1915Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ within a guest component.
1010
1111## Prerequisites
1212
13- * ` wasmtime ` 17.0.0 (later versions may use a different, incompatible ` wasi-cli ` snapshot)
13+ * ` wasmtime ` 17.0.0 or later
1414* ` componentize-py ` 0.11.0
1515* ` NumPy ` , built for WASI
1616
Original file line number Diff line number Diff line change @@ -4,16 +4,13 @@ This is an example of how to use [componentize-py] and [Wasmtime] to build and
44run a Python-based component targetting the [ wasi-cli] ` command ` world and
55making an outbound TCP request using ` wasi-sockets ` .
66
7- Note that, as of this writing, ` wasi-cli ` has not yet stabilized. Here we use a
8- snapshot, which may differ from later revisions.
9-
107[ componentize-py ] : https://github.com/bytecodealliance/componentize-py
118[ Wasmtime ] : https://github.com/bytecodealliance/wasmtime
129[ wasi-cli ] : https://github.com/WebAssembly/wasi-cli
1310
1411## Prerequisites
1512
16- * ` Wasmtime ` 17.0.0 (later versions may use a different, incompatible ` wasi-cli ` snapshot)
13+ * ` Wasmtime ` 17.0.0 or later
1714* ` componentize-py ` 0.11.0
1815
1916Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
You can’t perform that action at this time.
0 commit comments