Skip to content

Commit 7dafe2d

Browse files
authored
remove caveats in example README.md files (#63)
WASI 0.2.0 is stable now, so no need to warn about version instability. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent afa23b1 commit 7dafe2d

4 files changed

Lines changed: 4 additions & 14 deletions

File tree

examples/cli/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
This is an example of how to use [componentize-py] and [Wasmtime] to build and
44
run 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

1815
Below, we use [Rust](https://rustup.rs/)'s `cargo` to install `Wasmtime`. If

examples/http/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
This is an example of how to use [componentize-py] and [Wasmtime] to build and
44
run 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

1915
Below, we use [Rust](https://rustup.rs/)'s `cargo` to install `Wasmtime`. If

examples/matrix-math/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/tcp/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ This is an example of how to use [componentize-py] and [Wasmtime] to build and
44
run a Python-based component targetting the [wasi-cli] `command` world and
55
making 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

1916
Below, we use [Rust](https://rustup.rs/)'s `cargo` to install `Wasmtime`. If

0 commit comments

Comments
 (0)