wesmiler 912a7e0791 wesmiler il y a 2 ans
..
esm 912a7e0791 wesmiler il y a 2 ans
lib 912a7e0791 wesmiler il y a 2 ans
LICENSE 912a7e0791 wesmiler il y a 2 ans
README.md 912a7e0791 wesmiler il y a 2 ans
package.json 912a7e0791 wesmiler il y a 2 ans

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