Skip to content

Commit

Permalink
[fix] broken links in WASI-intro.md (#8043)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackAsLight authored Mar 4, 2024
1 parent 0f7b175 commit 149858b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/WASI-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ toolchains will be able to implement WASI as well!
### Rust

To install a WASI-enabled Rust toolchain, see the [online section of the
guide](https://bytecodealliance.github.io/wasmtime/wasm-rust.html)
guide](https://bytecodealliance.github.io/wasmtime/examples-rust-embed.html)

### C/C++

To install a WASI-enabled C/C++ toolchain, see the [online section of the
guide](https://bytecodealliance.github.io/wasmtime/wasm-c.html)
guide](https://bytecodealliance.github.io/wasmtime/examples-c-embed.html)

## How can I run programs that use WASI?

Expand Down

0 comments on commit 149858b

Please sign in to comment.