H5-ThreeDoorder/node_modules/@webassemblyjs/wast-printer
whitechiina b1ff9a68e4 updata 2025-09-12 17:36:21 +08:00
..
esm updata 2025-09-12 17:36:21 +08:00
lib updata 2025-09-12 17:36:21 +08:00
LICENSE updata 2025-09-12 17:36:21 +08:00
README.md updata 2025-09-12 17:36:21 +08:00
package.json updata 2025-09-12 17:36:21 +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));