Projekt

Obecné

Profil

Stáhnout (228 Bajtů) Statistiky
| Větev: | Revize:
1
# @webassemblyjs/wast-parser
2

    
3
> WebAssembly text format parser
4

    
5
## Installation
6

    
7
```sh
8
yarn add @webassemblyjs/wast-parser
9
```
10

    
11
## Usage
12

    
13
```js
14
import { parse } from "@webassemblyjs/wast-parser";
15

    
16
const ast = parse(source);
17
```
(2-2/3)