@webassemblyjs/wasm-parser
WebAssembly binary format parser
Last updated 6 years ago by xtuc .
MIT · Repository · Bugs · Original npm
$ cnpm install @webassemblyjs/wasm-parser 
SYNC missed versions from official npm registry.

@webassemblyjs/wasm-parser

WebAssembly binary format parser

Installation

yarn add @webassemblyjs/wasm-parser

Usage

import { decode } from "@webassemblyjs/wasm-parser";

const decoderOpts = {};

const ast = decode(binary, decoderOpts);

Decoder options

  • dump: print dump information while decoding (default false)
  • ignoreCodeSection: ignore the code section (default false)
  • ignoreDataSection: ignore the data section (default false)

Current Tags

  • 1.11.6                                ...           latest (2 years ago)

11 Versions

  • 1.11.6                                ...           2 years ago
  • 1.11.3                                ...           3 years ago
  • 1.11.1                                ...           4 years ago
  • 1.11.0                                ...           5 years ago
  • 1.9.1                                ...           5 years ago
  • 1.5.13                                ...           7 years ago
  • 1.5.12                                ...           7 years ago
  • 1.7.11                                ...           7 years ago
  • 1.7.6                                ...           7 years ago
  • 1.8.5                                ...           7 years ago
  • 1.9.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org