Irina Glushko 2389e7160b HW1 done | hace 3 años | |
---|---|---|
.. | ||
esm | hace 3 años | |
lib | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
package.json | hace 3 años |
WebAssembly text format parser
yarn add @webassemblyjs/wast-parser
import { parse } from "@webassemblyjs/wast-parser";
const ast = parse(source);