xiebaomin 213d86429b updated 1 vuosi sitten
..
esm 213d86429b updated 1 vuosi sitten
lib 213d86429b updated 1 vuosi sitten
LICENSE 213d86429b updated 1 vuosi sitten
README.md 213d86429b updated 1 vuosi sitten
package.json 213d86429b updated 1 vuosi sitten

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