lihai 8d6c751f49 feat: push 2 yıl önce
..
esm 8d6c751f49 feat: push 2 yıl önce
lib 8d6c751f49 feat: push 2 yıl önce
LICENSE 8d6c751f49 feat: push 2 yıl önce
README.md 8d6c751f49 feat: push 2 yıl önce
package.json 8d6c751f49 feat: push 2 yıl önce
webassemblyjs-wast-parser-1.7.10.tgz 8d6c751f49 feat: push 2 yıl önce

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