dedsudiyu 26705b48f7 zc 2 tygodni temu
..
esm 26705b48f7 zc 2 tygodni temu
lib 26705b48f7 zc 2 tygodni temu
LICENSE 26705b48f7 zc 2 tygodni temu
README.md 26705b48f7 zc 2 tygodni temu
package.json 26705b48f7 zc 2 tygodni temu

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