xusl 2be7077787 初始化 hace 2 años
..
esm 2be7077787 初始化 hace 2 años
lib 2be7077787 初始化 hace 2 años
LICENSE 2be7077787 初始化 hace 2 años
README.md 2be7077787 初始化 hace 2 años
package.json 2be7077787 初始化 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);