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

emscripten-wasm-loader

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emscripten-wasm-loader - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="0.0.3"></a>
## [0.0.3](https://github.com/kwonoj/emscripten-wasm-loader/compare/v0.0.2...v0.0.3) (2017-09-15)
<a name="0.0.2"></a>

@@ -2,0 +7,0 @@ ## [0.0.2](https://github.com/kwonoj/emscripten-wasm-loader/compare/v0.0.1...v0.0.2) (2017-09-15)

2

dist/src/getModuleLoader.js

@@ -36,3 +36,3 @@ "use strict";

constructedModule = constructModule_1.constructModule(module || {}, env, asmBinaryDir, binaryEndpoint);
logger_1.log("loadModule: module object for asm runtime constructed", constructedModule);
logger_1.log("loadModule: module object for asm runtime constructed");
asmModule = asm.runtimeModule(constructedModule);

@@ -39,0 +39,0 @@ return [4 /*yield*/, asmModule.initializeRuntime()];

{
"name": "emscripten-wasm-loader",
"version": "0.0.2",
"version": "0.0.3",
"description": "Common interface to load wasm module into isomorphic environment",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

Sorry, the diff of this file is not supported yet

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