MIF_E31212289/node_modules/@webassemblyjs/wast-printer
lutfahimayatus 0e50ebf80c first commit 2024-07-01 11:18:03 +07:00
..
esm first commit 2024-07-01 11:18:03 +07:00
lib first commit 2024-07-01 11:18:03 +07:00
LICENSE first commit 2024-07-01 11:18:03 +07:00
README.md first commit 2024-07-01 11:18:03 +07:00
package.json first commit 2024-07-01 11:18:03 +07:00

README.md

@webassemblyjs/wast-parser

WebAssembly text format printer

Installation

yarn add @webassemblyjs/wast-printer

Usage

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

console.log(print(ast));