xusl 2be7077787 初始化 hace 1 año
..
esm 2be7077787 初始化 hace 1 año
lib 2be7077787 初始化 hace 1 año
LICENSE 2be7077787 初始化 hace 1 año
README.md 2be7077787 初始化 hace 1 año
package.json 2be7077787 初始化 hace 1 año

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