| ![[ICO]](/icons/blank.gif) | Name | Last modified | Size | Description | 
|---|---|---|---|---|
| ![[PARENTDIR]](/icons/back.gif) | Parent Directory | - | ||
| ![[DIR]](/icons/folder.gif) | esm/ | 2023-06-09 12:49 | - | |
| ![[DIR]](/icons/folder.gif) | lib/ | 2023-06-09 12:49 | - | |
| ![[TXT]](/icons/text.gif) | README.md | 1985-10-26 08:15 | 228 | f12eb36 documentaiton updates [كارل مبارك] | 
| ![[   ]](/icons/unknown.gif) | LICENSE | 1985-10-26 08:15 | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] | 
| ![[   ]](/icons/unknown.gif) | package.json | 2023-06-09 12:49 | 1.9K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] | 
# @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));
```