lanan-old/detection-user/node_modules/@webassemblyjs/wast-printer
愉快的大福 7dc28dc701 init
2024-07-17 14:16:22 +08:00
..
lib init 2024-07-17 14:16:22 +08:00
package.json init 2024-07-17 14:16:22 +08:00
README.md init 2024-07-17 14:16:22 +08: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));