yuanhao b574408fd7 first commit há 3 anos atrás
..
esm b574408fd7 first commit há 3 anos atrás
lib b574408fd7 first commit há 3 anos atrás
LICENSE b574408fd7 first commit há 3 anos atrás
README.md b574408fd7 first commit há 3 anos atrás
package.json b574408fd7 first commit há 3 anos 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);