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