wasm2wat
v1.1.1
Published
Converts wasm modules into WebAssembly Text format, this is a fork, original npm was not there
Downloads
38
Maintainers
Readme
wasm2wat version 1.0.5
Usage:
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.
Flags:
-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
For help please contact the author to republish original:
Rick Battagline
[email protected]
Twitter: @battagline
Rick's WebAssembly Playground WebAssembly Game Development Book