htc b500366a42 首次提交 hace 1 año
..
esm b500366a42 首次提交 hace 1 año
lib b500366a42 首次提交 hace 1 año
LICENSE b500366a42 首次提交 hace 1 año
README.md b500366a42 首次提交 hace 1 año
package.json b500366a42 首次提交 hace 1 año

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