JSPM

  • Created
  • Published
  • Downloads 5476350
  • Score
    100M100P100Q245415F
  • License MIT

WebAssembly text format parser

Package Exports

  • @webassemblyjs/wast-parser
  • @webassemblyjs/wast-parser/lib/number-literals

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@webassemblyjs/wast-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@webassemblyjs/wast-parser

WebAssembly text format parser

Installation

yarn add @webassemblyjs/wast-parser

Usage

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

const ast = parse(source);