xiebaomin 213d86429b updated hace 1 año
..
esm 213d86429b updated hace 1 año
lib 213d86429b updated hace 1 año
LICENSE 213d86429b updated hace 1 año
README.md 213d86429b updated hace 1 año
package.json 213d86429b updated 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);