lihai 8d6c751f49 feat: push il y a 2 ans
..
esm 8d6c751f49 feat: push il y a 2 ans
lib 8d6c751f49 feat: push il y a 2 ans
LICENSE 8d6c751f49 feat: push il y a 2 ans
README.md 8d6c751f49 feat: push il y a 2 ans
package.json 8d6c751f49 feat: push il y a 2 ans
webassemblyjs-wast-parser-1.7.10.tgz 8d6c751f49 feat: push il y a 2 ans

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