Skip to content

Commit 19f0fea

Browse files
committed
added known limitation to readme
1 parent 5c1b0e8 commit 19f0fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,5 @@ The optional `provingSystem` parameter should only be specified if multiple prov
276276

277277
- Currently there is minimal support for `var` Circom variables. Some circuits may not work if you are using complex `var`-dependent expressions.
278278
- 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'.
279280
- 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

Comments
 (0)