-
Notifications
You must be signed in to change notification settings - Fork 485
Can't run fullProve function #107
Copy link
Copy link
Closed
iden3/circom_runtime
#14Description
I try running the snarkjs@0.4.10 fullProve function on node and browser but it returns the error. I tried to run only prove and it work well, not returning any error.
More info about env:
- Hardware : Macbook M1
- node v14.18.1
- snarkjs 0.4.10
- circom 2.0
Error:
snarkjs.min.js:1 Uncaught (in promise) LinkError: WebAssembly.instantiate(): Import #0 module="runtime" function="exceptionHandler" error: function import requires a callable
at lg (snarkjs.min.js:1)
at async Gg (snarkjs.min.js:1)
at async Object.fullProve (snarkjs.min.js:1)
at async HTMLButtonElement.calculateProof ((index):36)Thank you for your help!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels