Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91666863
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
Wed, Nov 13, 06:40
Size
228 B
Mime Type
text/x-java
Expires
Fri, Nov 15, 06:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22303904
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
README.md
View Options
# @webassemblyjs/wast-parser
> WebAssembly text format parser
## Installation
```sh
yarn add @webassemblyjs/wast-parser
```
## Usage
```js
import { parse } from "@webassemblyjs/wast-parser";
const ast = parse(source);
```
Event Timeline
Log In to Comment