I'm seeing a `RangeError: Maximum call stack size ...
# webassembly
c
I'm seeing a
RangeError: 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?
t