/
var
/
www
/
cobraambalaj
/
node_modules
/
@webassemblyjs
/
wasm-parser
/
/var/www/cobraambalaj/node_modules/@webassemblyjs/wasm-parser
mkdir
upload
Name
Size
Mode
Actions
esm/
-
0755
rm
lib/
-
0755
rm
LICENSE
1088
0644
edit
dl
rm
package.json
2308
0644
edit
dl
rm
README.md
489
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/@webassemblyjs/wasm-parser/README.md
(489B)
# @webassemblyjs/wasm-parser > WebAssembly binary format parser ## Installation ```sh yarn add @webassemblyjs/wasm-parser ``` ## Usage ```js import { decode } from "@webassemblyjs/wasm-parser"; const decoderOpts = {}; const ast = decode(binary, decoderOpts); ``` ### Decoder options - `dump`: print dump information while decoding (default `false`) - `ignoreCodeSection`: ignore the code section (default `false`) - `ignoreDataSection`: ignore the data section (default `false`)
Save
cmd:
run