lihai 8d6c751f49 feat: push 2 years ago
..
esm 8d6c751f49 feat: push 2 years ago
lib 8d6c751f49 feat: push 2 years ago
LICENSE 8d6c751f49 feat: push 2 years ago
README.md 8d6c751f49 feat: push 2 years ago
package.json 8d6c751f49 feat: push 2 years ago
webassemblyjs-wast-parser-1.7.10.tgz 8d6c751f49 feat: push 2 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);