root e2ef550dc3 update 2 年之前
..
esm e2ef550dc3 update 2 年之前
lib e2ef550dc3 update 2 年之前
LICENSE e2ef550dc3 update 2 年之前
README.md e2ef550dc3 update 2 年之前
package.json e2ef550dc3 update 2 年之前

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