mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 06:19:09 +00:00 
			
		
		
		
	|  | ||
|---|---|---|
| .. | ||
| esm | ||
| lib | ||
| LICENSE | ||
| package.json | ||
| 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));