katwhite 2bb8a30479 i hope this works 4 years ago
..
esm 2bb8a30479 i hope this works 4 years ago
lib 2bb8a30479 i hope this works 4 years ago
LICENSE 2bb8a30479 i hope this works 4 years ago
README.md 2bb8a30479 i hope this works 4 years ago
package.json 2bb8a30479 i hope this works 4 years ago
webassemblyjs-wast-parser-1.7.10.tgz 2bb8a30479 i hope this works 4 years ago

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