Open
Description
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)
I am running on:
- MBP Big Sur
- Brave 1.29.76 Chromium: 93.0.4577.58 (Official Build) (x86_64)
- Node 14.17.6
- npm 6.14.15
Metadata
Metadata
Assignees
Labels
No labels