zz 65c8a28f48 项目初始化 il y a 6 jours
..
esm 65c8a28f48 项目初始化 il y a 6 jours
lib 65c8a28f48 项目初始化 il y a 6 jours
LICENSE 65c8a28f48 项目初始化 il y a 6 jours
README.md 65c8a28f48 项目初始化 il y a 6 jours
package.json 65c8a28f48 项目初始化 il y a 6 jours

README.md

@webassemblyjs/wast-parser

WebAssembly text format parser

Installation

yarn add @webassemblyjs/wast-parser

Usage

import { parse } from "@webassemblyjs/wast-parser";

const ast = parse(source);