lihai 8d6c751f49 feat: push 2 年之前
..
esm 8d6c751f49 feat: push 2 年之前
lib 8d6c751f49 feat: push 2 年之前
LICENSE 8d6c751f49 feat: push 2 年之前
README.md 8d6c751f49 feat: push 2 年之前
package.json 8d6c751f49 feat: push 2 年之前
webassemblyjs-wast-parser-1.7.10.tgz 8d6c751f49 feat: push 2 年之前

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