CLOVIS
05/14/2026, 4:32 PMRangeError: Maximum call stack size exceeded on WasmJS specifically (not on JVM, not on JS). The stacktrace looks like it calls the same function recursively, but that function doesn't call itself in the sources.
However, the stacktrace isn't deep enough that I know what the source is, and the project is quite large. Do you have any tips of narrowing out the problem?turansky
05/14/2026, 8:51 PM