不会爬树的猴 1f41508d80 错误更改 il y a 2 ans
..
esm 1f41508d80 错误更改 il y a 2 ans
lib 1f41508d80 错误更改 il y a 2 ans
LICENSE 1f41508d80 错误更改 il y a 2 ans
README.md 1f41508d80 错误更改 il y a 2 ans
package.json 1f41508d80 错误更改 il y a 2 ans

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