Denis 346b78aee1 first commit 3 年之前
..
esm 346b78aee1 first commit 3 年之前
lib 346b78aee1 first commit 3 年之前
LICENSE 346b78aee1 first commit 3 年之前
README.md 346b78aee1 first commit 3 年之前
package.json 346b78aee1 first commit 3 年之前

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