gree_leran/node_modules/@webassemblyjs/wast-printer
Strange 73b4a0e3ef first commit 2024-06-14 09:11:29 +08:00
..
esm first commit 2024-06-14 09:11:29 +08:00
lib first commit 2024-06-14 09:11:29 +08:00
LICENSE first commit 2024-06-14 09:11:29 +08:00
README.md first commit 2024-06-14 09:11:29 +08:00
package.json first commit 2024-06-14 09:11:29 +08: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));