UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

18 lines (11 loc) 228 B
# @webassemblyjs/wast-parser > WebAssembly text format parser ## Installation ```sh yarn add @webassemblyjs/wast-parser ``` ## Usage ```js import { parse } from "@webassemblyjs/wast-parser"; const ast = parse(source); ```