lhl 6ff0e96ad3 8-4-1 | 1 gadu atpakaļ | |
---|---|---|
.. | ||
esm | 1 gadu atpakaļ | |
lib | 1 gadu atpakaļ | |
LICENSE | 1 gadu atpakaļ | |
README.md | 1 gadu atpakaļ | |
package.json | 1 gadu atpakaļ |
WebAssembly text format parser
yarn add @webassemblyjs/wast-parser
import { parse } from "@webassemblyjs/wast-parser";
const ast = parse(source);