e c507705cf8 webpack il y a 11 mois
..
esm c507705cf8 webpack il y a 11 mois
lib c507705cf8 webpack il y a 11 mois
LICENSE c507705cf8 webpack il y a 11 mois
README.md c507705cf8 webpack il y a 11 mois
package.json c507705cf8 webpack il y a 11 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));