diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-01-14 17:41:29 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2025-01-14 17:41:29 +0100 |
| commit | 40e570cf8bdd948c1e7e9dd85e5ac24d9a062d2a (patch) | |
| tree | 64e9338f1c656fd9d81f51cd4f425359b2dbc6d1 /examples/wasm-rust.rs | |
| parent | 1a64f4092af9304694e98f441b79f0a93ee1c194 (diff) | |
chore: update deps, spelling
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/wasm-rust.rs')
| -rw-r--r-- | examples/wasm-rust.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/wasm-rust.rs b/examples/wasm-rust.rs index 89203c1..429bdcb 100644 --- a/examples/wasm-rust.rs +++ b/examples/wasm-rust.rs @@ -14,7 +14,8 @@ use tinywasm::{Extern, FuncContext, Imports, MemoryStringExt, Module, Store}; /// ./examples/rust/build.sh /// ``` /// -/// This requires the `wasm32-unknown-unknown` target, `binaryen` and `wabt` to be installed. +/// This requires the `wasm32-unknown-unknown` target, `binaryen`, and `wabt` to be installed: +/// /// `rustup target add wasm32-unknown-unknown`. /// <https://github.com/WebAssembly/wabt> /// <https://github.com/WebAssembly/binaryen> |
