mahdi 0cb8d673d7 update 3 years ago
..
esm update 3 years ago
lib update 3 years ago
LICENSE update 3 years ago
README.md update 3 years ago
package.json update 3 years ago

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