We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1b0e8 commit 19f0feaCopy full SHA for 19f0fea
README.md
@@ -276,4 +276,5 @@ The optional `provingSystem` parameter should only be specified if multiple prov
276
277
- Currently there is minimal support for `var` Circom variables. Some circuits may not work if you are using complex `var`-dependent expressions.
278
- Even though the plugin provides support of Circom `v2.2.2`, its newest feature `bus` is not supported.
279
+- When compiling with `v2.2.2`, you may encounter an error like: 'index out of bounds: the len is 0 but the index is 4294967295'.
280
- Due to current `wasm` memory limitations (address space is 32-bit), the plugin may fail to compile especially large circuits on some platforms.
0 commit comments