![]() |
hai 2 meses | |
---|---|---|
.. | ||
esm | hai 2 meses | |
lib | hai 2 meses | |
LICENSE | hai 2 meses | |
README.md | hai 2 meses | |
package.json | hai 2 meses | |
webassemblyjs-wasm-parser-1.7.10.tgz | hai 2 meses |
WebAssembly binary format parser
yarn add @webassemblyjs/wasm-parser
import { decode } from "@webassemblyjs/wasm-parser";
const decoderOpts = {};
const ast = decode(binary, decoderOpts);
dump
: print dump information while decoding (default false
)ignoreCodeSection
: ignore the code section (default false
)ignoreDataSection
: ignore the data section (default false
)