@guildofweavers/merkle
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -32,3 +32,3 @@ "use strict"; | ||
} | ||
const wasm = loader.instantiateBuffer(fs.readFileSync(BLAKE2S_WASM), { | ||
const wasm = loader.instantiateSync(fs.readFileSync(BLAKE2S_WASM), { | ||
env: { memory } | ||
@@ -35,0 +35,0 @@ }); |
{ | ||
"name": "@guildofweavers/merkle", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Merkle tree and other data structures", | ||
@@ -5,0 +5,0 @@ "main": "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
48760