emscripten-wasm-loader
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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) |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27501