zheng 8213b23298 webpack il y a 1 mois
..
esm 8213b23298 webpack il y a 1 mois
lib 8213b23298 webpack il y a 1 mois
LICENSE 8213b23298 webpack il y a 1 mois
README.md 8213b23298 webpack il y a 1 mois
package.json 8213b23298 webpack il y a 1 mois

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