caoge c760052ff9 机车状态修改 hace 1 año
..
esm c760052ff9 机车状态修改 hace 1 año
lib c760052ff9 机车状态修改 hace 1 año
LICENSE c760052ff9 机车状态修改 hace 1 año
README.md c760052ff9 机车状态修改 hace 1 año
package.json c760052ff9 机车状态修改 hace 1 año

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