|
6 giorni fa | |
---|---|---|
.. | ||
esm | 6 giorni fa | |
lib | 6 giorni fa | |
LICENSE | 6 giorni fa | |
README.md | 6 giorni fa | |
package.json | 6 giorni fa |
WebAssembly text format parser
yarn add @webassemblyjs/wast-parser
import { parse } from "@webassemblyjs/wast-parser";
const ast = parse(source);