gaojunlong 0b996e41aa 2025-03-04-1 2 ay önce
..
esm 0b996e41aa 2025-03-04-1 2 ay önce
lib 0b996e41aa 2025-03-04-1 2 ay önce
LICENSE 0b996e41aa 2025-03-04-1 2 ay önce
README.md 0b996e41aa 2025-03-04-1 2 ay önce
package.json 0b996e41aa 2025-03-04-1 2 ay önce
webassemblyjs-wast-printer-1.7.10.tgz 0b996e41aa 2025-03-04-1 2 ay önce

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