lihai 8d6c751f49 feat: push 3 yıl önce
..
esm 8d6c751f49 feat: push 3 yıl önce
lib 8d6c751f49 feat: push 3 yıl önce
LICENSE 8d6c751f49 feat: push 3 yıl önce
README.md 8d6c751f49 feat: push 3 yıl önce
package.json 8d6c751f49 feat: push 3 yıl önce
webassemblyjs-wast-printer-1.7.10.tgz 8d6c751f49 feat: push 3 yıl ö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));