@webassemblyjs/wasm-parser
WebAssembly binary format parser
Installation
Usage
Decoder options
dump
: print dump information while decoding (defaultfalse
)ignoreCodeSection
: ignore the code section (defaultfalse
)ignoreDataSection
: ignore the data section (defaultfalse
)
Last updated