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

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