htc b500366a42 首次提交 hace 11 meses
..
esm b500366a42 首次提交 hace 11 meses
lib b500366a42 首次提交 hace 11 meses
LICENSE b500366a42 首次提交 hace 11 meses
README.md b500366a42 首次提交 hace 11 meses
package.json b500366a42 首次提交 hace 11 meses

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));