Socket
Socket
Sign inDemoInstall

wasmparser

Package Overview
Dependencies
1
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wasmparser

Binary WebAssembly file parser.


Version published
Weekly downloads
674
increased by76.9%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Build Status NPM version

Simple streamable WebAssembly binary parser.

Test

Compiling Code

npm run build

Examples

See the examples/ folder.

Running Tests

npm test

Creating Tests

Place a .wasm and an associated .wasm.out file in the test directory. The testing harness will compare the parsing output of the .wasm file against the .wasm.out file. You can use the npm test update command to automatically create a .out files. This is useful if you have made a change that affects the tests.

FAQs

Last updated on 25 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc