katwhite 2bb8a30479 i hope this works 4 éve
..
esm 2bb8a30479 i hope this works 4 éve
lib 2bb8a30479 i hope this works 4 éve
LICENSE 2bb8a30479 i hope this works 4 éve
README.md 2bb8a30479 i hope this works 4 éve
package.json 2bb8a30479 i hope this works 4 éve
webassemblyjs-wast-printer-1.7.10.tgz 2bb8a30479 i hope this works 4 éve

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