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
Extract another helper function here which avoids the invalid read
at address zero.
Without this change a call to `emscripten_webgl_make_context_current(0)`
would result in the second word of memory being compared to
`pthread_self()`.
0 commit comments