katoikia-app/web-ui/web-react/node_modules/@webassemblyjs/wast-parser
Maria Sanchez 5abf040b42 fix web ui template 2022-07-05 22:15:11 -06:00
..
esm fix web ui template 2022-07-05 22:15:11 -06:00
lib fix web ui template 2022-07-05 22:15:11 -06:00
LICENSE fix web ui template 2022-07-05 22:15:11 -06:00
README.md fix web ui template 2022-07-05 22:15:11 -06:00
package.json fix web ui template 2022-07-05 22:15:11 -06:00
webassemblyjs-wast-parser-1.7.10.tgz fix web ui template 2022-07-05 22:15:11 -06:00

README.md

@webassemblyjs/wast-parser

WebAssembly text format parser

Installation

yarn add @webassemblyjs/wast-parser

Usage

import { parse } from "@webassemblyjs/wast-parser";

const ast = parse(source);