lj_zhgd-app/zhgd-app/node_modules/@webassemblyjs/wast-printer
haozq 1b51278a77 first commit 2024-08-06 16:27:09 +08:00
..
lib first commit 2024-08-06 16:27:09 +08:00
README.md first commit 2024-08-06 16:27:09 +08:00
package.json first commit 2024-08-06 16:27:09 +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));