media-player/node_modules/@webassemblyjs/wast-printer
2025-07-08 16:52:31 +02:00
..
esm init 2025-07-08 16:52:31 +02:00
lib init 2025-07-08 16:52:31 +02:00
LICENSE init 2025-07-08 16:52:31 +02:00
package.json init 2025-07-08 16:52:31 +02:00
README.md init 2025-07-08 16:52:31 +02:00

@webassemblyjs/wast-parser

WebAssembly text format printer

Installation

yarn add @webassemblyjs/wast-printer

Usage

import { print } from "@webassemblyjs/wast-printer"

console.log(print(ast));