From d22bc2cd29620b430aef601e8f215dfedf1b2293 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 28 Jan 2025 14:00:37 -0500 Subject: [PATCH] The the --- docs/tutorials/smart-rollup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/smart-rollup.md b/docs/tutorials/smart-rollup.md index 91db62e9a..10cd22cac 100644 --- a/docs/tutorials/smart-rollup.md +++ b/docs/tutorials/smart-rollup.md @@ -138,7 +138,7 @@ TODO Could we install some of the tools in the docker container instead of makin - WebAssembly Toolkit - The the [WebAssembly Toolkit (`wabt`)](https://github.com/WebAssembly/wabt) provides tooling for reducing (or _stripping_) the size of WebAssembly binaries (with the `wasm-strip` command) and conversion utilities between the textual and binary representations of WebAssembly (including the `wat2wasm` and `wasm2wat` commands). + The [WebAssembly Toolkit (`wabt`)](https://github.com/WebAssembly/wabt) provides tooling for reducing (or _stripping_) the size of WebAssembly binaries (with the `wasm-strip` command) and conversion utilities between the textual and binary representations of WebAssembly (including the `wat2wasm` and `wasm2wat` commands). Most distributions ship a `wabt` package, which you can install with the appropriate command for your operating system: