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