katwhite 2bb8a30479 i hope this works il y a 4 ans
..
esm 2bb8a30479 i hope this works il y a 4 ans
lib 2bb8a30479 i hope this works il y a 4 ans
LICENSE 2bb8a30479 i hope this works il y a 4 ans
README.md 2bb8a30479 i hope this works il y a 4 ans
package.json 2bb8a30479 i hope this works il y a 4 ans
webassemblyjs-wast-printer-1.7.10.tgz 2bb8a30479 i hope this works il y a 4 ans

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