![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | esm/ | 2 years ago | - | |
![]() | lib/ | 2 years ago | - | |
![]() | LICENSE | 39 years ago | 1.1K | |
![]() | README.md | 39 years ago | 489 | |
![]() | package.json | 2 years ago | 2.3K |
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
)