WebAssembly binary format parser
yarn add @webassemblyjs/wasm-parserimport { decode } from "@webassemblyjs/wasm-parser";
const decoderOpts = {};
const ast = decode(binary, decoderOpts);dump: print dump information while decoding (defaultfalse)ignoreCodeSection: ignore the code section (defaultfalse)ignoreDataSection: ignore the data section (defaultfalse)