File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " componentize-py"
3
- version = " 0.17.1 "
3
+ version = " 0.17.2 "
4
4
edition = " 2021"
5
5
exclude = [" cpython" ]
6
6
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.
10
10
## Prerequisites
11
11
12
12
* ` Wasmtime ` 26.0.0 or later
13
- * ` componentize-py ` 0.17.1
13
+ * ` componentize-py ` 0.17.2
14
14
15
15
Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
16
16
you don't have ` cargo ` , you can download and install from
17
17
https://github.com/bytecodealliance/wasmtime/releases/tag/v26.0.0 .
18
18
19
19
```
20
20
cargo install --version 26.0.0 wasmtime-cli
21
- pip install componentize-py==0.17.1
21
+ pip install componentize-py==0.17.2
22
22
```
23
23
24
24
## 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.
10
10
## Prerequisites
11
11
12
12
* ` Wasmtime ` 26.0.0 or later
13
- * ` componentize-py ` 0.17.1
13
+ * ` componentize-py ` 0.17.2
14
14
15
15
Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
16
16
you don't have ` cargo ` , you can download and install from
17
17
https://github.com/bytecodealliance/wasmtime/releases/tag/v26.0.0 .
18
18
19
19
```
20
20
cargo install --version 26.0.0 wasmtime-cli
21
- pip install componentize-py==0.17.1
21
+ pip install componentize-py==0.17.2
22
22
```
23
23
24
24
## Running the demo
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ within a guest component.
11
11
## Prerequisites
12
12
13
13
* ` wasmtime ` 26.0.0 or later
14
- * ` componentize-py ` 0.17.1
14
+ * ` componentize-py ` 0.17.2
15
15
* ` NumPy ` , built for WASI
16
16
17
17
Note that we use an unofficial build of NumPy since the upstream project does
@@ -23,7 +23,7 @@ https://github.com/bytecodealliance/wasmtime/releases/tag/v26.0.0.
23
23
24
24
```
25
25
cargo install --version 26.0.0 wasmtime-cli
26
- pip install componentize-py==0.17.1
26
+ pip install componentize-py==0.17.2
27
27
curl -OL https://github.com/dicej/wasi-wheels/releases/download/v0.0.1/numpy-wasi.tar.gz
28
28
tar xf numpy-wasi.tar.gz
29
29
```
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ sandboxed Python code snippets from within a Python app.
8
8
## Prerequisites
9
9
10
10
* ` wasmtime-py ` 25.0.0 or later
11
- * ` componentize-py ` 0.17.1
11
+ * ` componentize-py ` 0.17.2
12
12
13
13
```
14
- pip install componentize-py==0.17.1 wasmtime==25.0.0
14
+ pip install componentize-py==0.17.2 wasmtime==25.0.0
15
15
```
16
16
17
17
## 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`.
11
11
## Prerequisites
12
12
13
13
* ` Wasmtime ` 26.0.0 or later
14
- * ` componentize-py ` 0.17.1
14
+ * ` componentize-py ` 0.17.2
15
15
16
16
Below, we use [ Rust] ( https://rustup.rs/ ) 's ` cargo ` to install ` Wasmtime ` . If
17
17
you don't have ` cargo ` , you can download and install from
18
18
https://github.com/bytecodealliance/wasmtime/releases/tag/v26.0.0 .
19
19
20
20
```
21
21
cargo install --version 26.0.0 wasmtime-cli
22
- pip install componentize-py==0.17.1
22
+ pip install componentize-py==0.17.2
23
23
```
24
24
25
25
## Running the demo
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ features = ["pyo3/extension-module"]
7
7
8
8
[project ]
9
9
name = " componentize-py"
10
- version = " 0.17.1 "
10
+ version = " 0.17.2 "
11
11
description = " Tool to package Python applications as WebAssembly components"
12
12
readme = " README.md"
13
13
license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments