From 9d0bdd38f882cb9ec81482f36d51eb8be17acc1b Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 18 Dec 2025 18:07:33 +0800 Subject: [PATCH] Fix typo --- getting-started/advanced-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/advanced-tools.md b/getting-started/advanced-tools.md index 8ad941ee..d4f5e0f7 100644 --- a/getting-started/advanced-tools.md +++ b/getting-started/advanced-tools.md @@ -33,7 +33,7 @@ algorithms, tracing, inserting debugging hooks, etc. ### wat2wasm tool This is a command line tool that performs the inverse of **wasm2wast**, i.e. it -converts files from the WebAssembly test format into WebAssembly binaries. +converts files from the WebAssembly text format into WebAssembly binaries. Using **wasm2wat** and **wat2wasm** together allows lossless round tripping of WebAssembly binaries, and provides developers with a convenient way to