| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| lib/ | 2023-06-08 14:13 | - | ||
| esm/ | 2023-06-08 14:13 | - | ||
| package.json | 2023-06-08 14:14 | 2.1K | ||
| README.md | 1985-10-26 08:15 | 228 | 0fb859dc fixed mobile overflwo options [كارل مبارك] | |
| LICENSE | 1985-10-26 08:15 | 1.1K | 0fb859dc fixed mobile overflwo 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);
```