Skip to content

Commit 0968293

Browse files
fix(examples): use 1.225.0 links everywhere
Signed-off-by: Victor Adossi <[email protected]>
1 parent fb1af29 commit 0968293

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

examples/component/http-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The application...
2222
> Due to incompatibilities introduced in `wasm-tools` v1.226.0, a version of
2323
> `wasm-tools` <= 1.225.0 is **required** for running this example.
2424
>
25-
> You can install `wasm-tools` [v1.224.1 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.224.1), or use
26-
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.224.1`)
25+
> You can install `wasm-tools` [v1.225.0 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.225.0), or use
26+
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.225.0`)
2727
2828
Before starting, ensure that you have the following installed in addition to the Go (1.23+) toolchain:
2929

examples/component/http-keyvalue-crud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
> Due to incompatibilities introduced in `wasm-tools` v1.226.0, a version of
99
> `wasm-tools` <= 1.225.0 is **required** for running this example.
1010
>
11-
> You can install `wasm-tools` [v1.224.1 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.224.1), or use
12-
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.224.1`)
11+
> You can install `wasm-tools` [v1.225.0 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.225.0), or use
12+
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.225.0`)
1313
1414
Before starting, ensure that you have the following installed in addition to the Go (1.23+) toolchain:
1515

examples/component/http-password-checker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The application...
2121
> Due to incompatibilities introduced in `wasm-tools` v1.226.0, a version of
2222
> `wasm-tools` <= 1.225.0 is **required** for running this example.
2323
>
24-
> You can install `wasm-tools` [v1.224.1 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.224.1), or use
25-
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.224.1`)
24+
> You can install `wasm-tools` [v1.225.0 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.225.0), or use
25+
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.225.0`)
2626
2727
Before starting, ensure that you have the following installed in addition to the Go (1.23+) toolchain:
2828

examples/component/http-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The application...
2222
> Due to incompatibilities introduced in `wasm-tools` v1.226.0, a version of
2323
> `wasm-tools` <= 1.225.0 is **required** for running this example.
2424
>
25-
> You can install `wasm-tools` [v1.224.1 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.224.1), or use
26-
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.224.1`)
25+
> You can install `wasm-tools` [v1.225.0 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.225.0), or use
26+
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.225.0`)
2727
2828
Before starting, ensure that you have the following installed in addition to the Go (1.23+) toolchain:
2929

examples/component/invoke/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface invoker {
1717
> Due to incompatibilities introduced in `wasm-tools` v1.226.0, a version of
1818
> `wasm-tools` <= 1.225.0 is **required** for running this example.
1919
>
20-
> You can install `wasm-tools` [v1.224.1 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.224.1), or use
20+
> You can install `wasm-tools` [v1.225.0 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.225.0), or use
2121
> `cargo` (Rust toolchain) if installed to install `1.225.0` -- (i.e. `cargo install --locked [email protected]`)
2222
2323
Before starting, ensure that you have the following installed in addition to the Go (1.23+) toolchain:

examples/component/sqldb-postgres-query/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The application...
1515
> Due to incompatibilities introduced in `wasm-tools` v1.226.0, a version of
1616
> `wasm-tools` <= 1.225.0 is **required** for running this example.
1717
>
18-
> You can install `wasm-tools` [v1.224.1 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.224.1), or use
19-
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.224.1`)
18+
> You can install `wasm-tools` [v1.225.0 from upstream releases](https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.225.0), or use
19+
> `cargo` ([Rust toolchain](https://doc.rust-lang.org/cargo/getting-started/installation.html)) -- (i.e. `cargo install --locked wasm-tools@1.225.0`)
2020
2121
Before starting, ensure that you have the following installed in addition to the Go (1.23+) toolchain:
2222

0 commit comments

Comments
 (0)