Skip to content

Commit

Permalink
Merge pull request #153 from miniyou/patch-1
Browse files Browse the repository at this point in the history
Fix link in tutorial.md
  • Loading branch information
kate-goldenring authored Sep 11, 2024
2 parents 4ba08c3 + 3d84c07 commit 09ad0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component-model/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ wasm-tools compose command.wasm -d composed.wasm -o final.wasm
## Running the calculator

Now it all adds up! Run the final component with the `wasmtime` CLI, ensuring you are using a
[`v14.0.0 or greater release](https://github.com/bytecodealliance/wasmtime/releases), as earlier releases of
[`v14.0.0` or greater release](https://github.com/bytecodealliance/wasmtime/releases), as earlier releases of
the `wasmtime` command line do not include component model support.

```sh
Expand Down

0 comments on commit 09ad0a3

Please sign in to comment.