XuelesszzZ 94af2b8e7b 6-30-5 hace 1 año
..
esm 94af2b8e7b 6-30-5 hace 1 año
lib 94af2b8e7b 6-30-5 hace 1 año
LICENSE 94af2b8e7b 6-30-5 hace 1 año
README.md 94af2b8e7b 6-30-5 hace 1 año
package.json 94af2b8e7b 6-30-5 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);