cmy 02a04f55a0 2023-3-15 пре 2 година
..
esm 02a04f55a0 2023-3-15 пре 2 година
lib 02a04f55a0 2023-3-15 пре 2 година
LICENSE 02a04f55a0 2023-3-15 пре 2 година
README.md 02a04f55a0 2023-3-15 пре 2 година
package.json 02a04f55a0 2023-3-15 пре 2 година

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