Skip to content

battlelinegames/wasm2wat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Rick Battagline
rick@battagline.com
Twitter: @battagline

Rick's WebAssembly Playground WebAssembly Game Development Book

About

Disassembles a WebAssembly WASM file into WebAssembly Text format (WAT) using Binaryen.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published