UNPKG

wasm2wat

Version:

Converts wasm modules into WebAssembly Text format, this is a fork, original npm was not there

25 lines (18 loc) 721 B
# 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 rick@battagline.com Twitter: @battagline [Rick's WebAssembly Playground](https://embed.com/wasm/) [WebAssembly Game Development Book](http://wasmbook.com)