cmy 02a04f55a0 2023-3-15 hace 2 años
..
esm 02a04f55a0 2023-3-15 hace 2 años
lib 02a04f55a0 2023-3-15 hace 2 años
LICENSE 02a04f55a0 2023-3-15 hace 2 años
README.md 02a04f55a0 2023-3-15 hace 2 años
package.json 02a04f55a0 2023-3-15 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);