wasm2wat file.wasm
Creates a file.wat WebAssembly Text file
wasm2wat file.wasm -o watfile.wat
Creates a watfile.wat WebAssembly Text file.
The -o flag allows you to specify an output file.
-f Fold into S-Expression syntax
-nd --no-debug-names Do not include debug names in WAT
-ie --inline-exports Write imports inline
-o is followed by an output file name
Rick Battagline
rick@battagline.com
Twitter: @battagline
Rick's WebAssembly Playground WebAssembly Game Development Book