katwhite 2bb8a30479 i hope this works 4 năm trước cách đây
..
esm 2bb8a30479 i hope this works 4 năm trước cách đây
lib 2bb8a30479 i hope this works 4 năm trước cách đây
LICENSE 2bb8a30479 i hope this works 4 năm trước cách đây
README.md 2bb8a30479 i hope this works 4 năm trước cách đây
package.json 2bb8a30479 i hope this works 4 năm trước cách đây
webassemblyjs-wast-printer-1.7.10.tgz 2bb8a30479 i hope this works 4 năm trước cách đây

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