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