kiruthiga 55473b7e7c initial push 6 dní pred
..
esm 55473b7e7c initial push 6 dní pred
lib 55473b7e7c initial push 6 dní pred
LICENSE 55473b7e7c initial push 6 dní pred
README.md 55473b7e7c initial push 6 dní pred
package.json 55473b7e7c initial push 6 dní pred
webassemblyjs-wast-printer-1.7.10.tgz 55473b7e7c initial push 6 dní pred

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