katwhite 2bb8a30479 i hope this works há 4 anos atrás
..
esm 2bb8a30479 i hope this works há 4 anos atrás
lib 2bb8a30479 i hope this works há 4 anos atrás
LICENSE 2bb8a30479 i hope this works há 4 anos atrás
README.md 2bb8a30479 i hope this works há 4 anos atrás
package.json 2bb8a30479 i hope this works há 4 anos atrás
webassemblyjs-wast-parser-1.7.10.tgz 2bb8a30479 i hope this works há 4 anos atrás

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