You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The max stack size should be set to zero when the runtime is used by different threads to avoid JS_ThrowStackOverflow errors caused by js_get_stack_pointer() values that falls outside the rt->stack_limit calculated in another thread.
0 commit comments