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
Decrelment keepalive counter in emscripten_clear_timeout
This change also cleans up the emscripten tests relating to the event
loop. The browser tests were only being run in `PROXY_TO_PTHREAD` mode
for some reason even though these tests should pass on the main thread.
In test_other the `PROXY_TO_PTHREAD` flags were being passed as args
(rather then emcc_args). Likely a copy/paste bug.
0 commit comments