[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]esm/2023-06-08 13:45 -  
[DIR]lib/2023-06-08 13:45 -  
[TXT]README.md2023-06-08 13:45 228 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE2023-06-08 13:45 1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2023-06-08 13:45 2.0K0fb859dc 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);
```