Socket
Socket
Sign inDemoInstall

wasmparser

Package Overview
Dependencies
1
Maintainers
3
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
780
increased by53.85%
Maintainers
3
Install size
1.73 MB
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

Test .wasm files are located in the test/__fixtures__ directory. The testing harness compares the parsing output of the .wasm file against the snapshot file. You can use the npm test -- --updateSnapshot command to update the snapshot file. This is useful if you have made a change that affects the tests.

FAQs

Last updated on 12 Oct 2021

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