Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

binaryen

Package Overview
Dependencies
Maintainers
2
Versions
1567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binaryen - npm Package Compare versions

Comparing version 44.0.0 to 45.0.0-nightly.20180330

2

package-lock.json
{
"name": "binaryen",
"version": "44.0.0",
"version": "45.0.0-nightly.20180330",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "binaryen",
"description": "JavaScript version of Binaryen, a compiler infrastructure and toolchain library for WebAssembly.",
"version": "44.0.0",
"version": "45.0.0-nightly.20180330",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "repository": {

@@ -46,3 +46,7 @@ binaryen.js

var wasmData = myModule.emitBinary();
...
// Example usage with the WebAssembly API
var compiled = new WebAssembly.Module(wasmData);
var instance = new WebAssembly.Instance(compiled, {});
console.log(instance.exports.add(41, 1));
```

@@ -49,0 +53,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc