This commit is contained in:
Alexey 2019-11-14 13:06:21 +03:00
parent d46185ec35
commit c9df6beaed
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ async function build(params) {
const copyCode = groth16_wasm.code.buffer.slice(0);
initPromises.push(groth16.postAction(i, {
command: "INIT",
init: wasmInitialMemory,
init: defaultParams.wasmInitialMemory,
code: copyCode
}, [copyCode]));