| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| esm/ | 2023-06-08 14:13 | - | ||
| lib/ | 2023-06-08 14:13 | - | ||
| LICENSE | 1985-10-26 08:15 | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] | |
| README.md | 1985-10-26 08:15 | 228 | 0fb859dc fixed mobile overflwo options [كارل مبارك] | |
| package.json | 2023-06-08 14:14 | 2.0K |
# @webassemblyjs/wast-parser
> WebAssembly text format printer
## Installation
```sh
yarn add @webassemblyjs/wast-printer
```
## Usage
```js
import { print } from "@webassemblyjs/wast-printer"
console.log(print(ast));
```