Zhouyiping 5a7c95461a first commit il y a 3 jours
..
esm 5a7c95461a first commit il y a 3 jours
lib 5a7c95461a first commit il y a 3 jours
LICENSE 5a7c95461a first commit il y a 3 jours
README.md 5a7c95461a first commit il y a 3 jours
package.json 5a7c95461a first commit il y a 3 jours

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