Zhouyiping 5a7c95461a first commit vor 3 Tagen
..
esm 5a7c95461a first commit vor 3 Tagen
lib 5a7c95461a first commit vor 3 Tagen
LICENSE 5a7c95461a first commit vor 3 Tagen
README.md 5a7c95461a first commit vor 3 Tagen
package.json 5a7c95461a first commit vor 3 Tagen

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