xiebaomin 213d86429b updated 1 ano atrás
..
esm 213d86429b updated 1 ano atrás
lib 213d86429b updated 1 ano atrás
LICENSE 213d86429b updated 1 ano atrás
README.md 213d86429b updated 1 ano atrás
package.json 213d86429b updated 1 ano atrás

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