HaXeho e0dad002ed first commit il y a 10 mois
..
lib e0dad002ed first commit il y a 10 mois
README.md e0dad002ed first commit il y a 10 mois
package.json e0dad002ed first commit il y a 10 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));