You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using with circomlib@0.5.3, i got the following error. Manually changing MEM_SIZE from 25 to 1000 fixes the issue.
Uncaught (in promise) LinkError: WebAssembly.instantiate(): memory import 0 is smaller than initial 1000, got 25
at buildThreadManager (main.cjs:4935)
at async buildEngine (main.cjs:6276)
at async Object.buildBn128 (main.cjs:6348)
at async getCurveFromQ (main.cjs:33)
at async readHeaderGroth16 (main.cjs:341)
at async readHeader (main.cjs:314)
at async groth16Prove (main.cjs:744)
at async Object.groth16FullProve [as fullProve] (main.cjs:1144)
When using with
circomlib@0.5.3
, i got the following error. Manually changing MEM_SIZE from 25 to 1000 fixes the issue.I am running on:
The text was updated successfully, but these errors were encountered: