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
Fix typo in install_debug_wrapper() that accidentally caused export
wrappers to be created for all asan funtions, like __asan_loadN() and
__asan_storeN(). These functions are 'low-level assembly functions' that
operate outside the Emscripten C runtime being alive or not, similar to
e.g. the stack init functions.
0 commit comments