XuelesszzZ 94af2b8e7b 6-30-5 | hace 1 año | |
---|---|---|
.. | ||
esm | hace 1 año | |
lib | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año | |
package.json | hace 1 año |
WebAssembly text format parser
yarn add @webassemblyjs/wast-parser
import { parse } from "@webassemblyjs/wast-parser";
const ast = parse(source);