wasm2wat
Version:
Converts wasm modules into WebAssembly Text format, this is a fork, original npm was not there
25 lines (18 loc) • 721 B
Markdown
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
[](https://embed.com/wasm/)
[](http://wasmbook.com)