From 40e570cf8bdd948c1e7e9dd85e5ac24d9a062d2a Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 14 Jan 2025 17:41:29 +0100 Subject: chore: update deps, spelling Signed-off-by: Henry Gressmann --- examples/wasm-rust.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/wasm-rust.rs') 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`. /// /// -- cgit v1.3.1