lihai 8d6c751f49 feat: push hace 2 años
..
esm 8d6c751f49 feat: push hace 2 años
lib 8d6c751f49 feat: push hace 2 años
LICENSE 8d6c751f49 feat: push hace 2 años
README.md 8d6c751f49 feat: push hace 2 años
package.json 8d6c751f49 feat: push hace 2 años
webassemblyjs-wast-parser-1.7.10.tgz 8d6c751f49 feat: push hace 2 años

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