Hi, I have a rather large application, around 120mb for the worker.js. When I tried to run it in Chrome, I encounter a 'Uncaught RangeError: Maximum call stack size exceeded' error. I do not see this error in Firefox Nightly or Firefox itself.
When I trace the callstack, I observe that the error occurs at the following line: var asm = (function(global,env,buffer) Is the cause of this error due to the file size being too large? Are there any ways in which we could resolve this or work around it? I am already using Oz with inlining limit set to 1. Thanks. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
