Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90811220
README.md
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 4, 23:43
Size
489 B
Mime Type
text/x-java
Expires
Wed, Nov 6, 23:43 (2 d)
Engine
blob
Format
Raw Data
Handle
22117412
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
README.md
View Options
# @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`)
Event Timeline
Log In to Comment