You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ecommerce_docker/frontend_server/node_modules/@webassemblyjs/wast-printer
sigonasr2 ff7945a554 Create Docker app with frontend,backend,database modules 5 years ago
..
esm Create Docker app with frontend,backend,database modules 5 years ago
lib Create Docker app with frontend,backend,database modules 5 years ago
LICENSE Create Docker app with frontend,backend,database modules 5 years ago
README.md Create Docker app with frontend,backend,database modules 5 years ago
package.json Create Docker app with frontend,backend,database modules 5 years ago
webassemblyjs-wast-printer-1.7.10.tgz Create Docker app with frontend,backend,database modules 5 years ago

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