wasm2wat Command Examples

Convert a file from the WebAssembly binary format to the text format. More information: https://github.com/WebAssembly/wabt.

wasm2wat {{file.wasm}}

wasm2wat {{file.wasm}} -o {{file.wat}}