@web3api/asyncify-js
Advanced tools
Comparing version 0.0.1-prealpha.56 to 0.0.1-prealpha.57
@@ -105,3 +105,3 @@ "use strict"; | ||
// Extract the initial memory page-range size | ||
var memoryInitalLimits = bytecode.at(sigIdx + envMemoryImportSignature.length + 1); | ||
var memoryInitalLimits = bytecode[sigIdx + envMemoryImportSignature.length + 1]; | ||
if (memoryInitalLimits === undefined) { | ||
@@ -108,0 +108,0 @@ throw Error("No initial memory number found, this should never happen..."); |
@@ -29,3 +29,3 @@ "use strict"; | ||
for (; i < search.length && !retry; ++i) { | ||
if (subBuff.at(i) !== search.at(i)) { | ||
if (subBuff[i] !== search[i]) { | ||
retry = true; | ||
@@ -32,0 +32,0 @@ } |
{ | ||
"name": "@web3api/asyncify-js", | ||
"description": "Async Wasm Imports Support Using Asyncify", | ||
"version": "0.0.1-prealpha.56", | ||
"version": "0.0.1-prealpha.57", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
}, | ||
"gitHead": "a52d3df30d0b3694fdf9b90ae6718753976e1a96", | ||
"gitHead": "949f31f0b0a1f8081d03f79ff3232566863511ae", | ||
"publishConfig": { | ||
@@ -35,0 +35,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
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
23334