Daniel Hübleitner 615619e6e7 start werk | hace 5 años | |
---|---|---|
.. | ||
esm | hace 5 años | |
lib | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
package.json | hace 5 años | |
webassemblyjs-wast-parser-1.7.10.tgz | hace 5 años |
WebAssembly text format parser
yarn add @webassemblyjs/wast-parser
import { parse } from "@webassemblyjs/wast-parser";
const ast = parse(source);