lihai 8d6c751f49 feat: push | hace 2 años | |
---|---|---|
.. | ||
esm | hace 2 años | |
lib | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
package.json | hace 2 años | |
webassemblyjs-wast-parser-1.7.10.tgz | hace 2 años |
WebAssembly text format parser
yarn add @webassemblyjs/wast-parser
import { parse } from "@webassemblyjs/wast-parser";
const ast = parse(source);