init fix
This commit is contained in:
parent
d46185ec35
commit
c9df6beaed
@ -250,7 +250,7 @@ async function build(params) {
|
|||||||
const copyCode = groth16_wasm.code.buffer.slice(0);
|
const copyCode = groth16_wasm.code.buffer.slice(0);
|
||||||
initPromises.push(groth16.postAction(i, {
|
initPromises.push(groth16.postAction(i, {
|
||||||
command: "INIT",
|
command: "INIT",
|
||||||
init: wasmInitialMemory,
|
init: defaultParams.wasmInitialMemory,
|
||||||
code: copyCode
|
code: copyCode
|
||||||
|
|
||||||
}, [copyCode]));
|
}, [copyCode]));
|
||||||
|
Loading…
Reference in New Issue
Block a user