WebAssembly text format parser
yarn add @webassemblyjs/wast-parser
import { parse } from "@webassemblyjs/wast-parser"; const ast = parse(source);