zheng 9f7584e658 webpack il y a 1 jour
..
esm 9f7584e658 webpack il y a 1 jour
lib 9f7584e658 webpack il y a 1 jour
LICENSE 9f7584e658 webpack il y a 1 jour
README.md 9f7584e658 webpack il y a 1 jour
package.json 9f7584e658 webpack il y a 1 jour

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