Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/advanced-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down