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
// Create a stub for this symbol which can later be replaced by the
606
609
// dynamic linker. If this stub is called before the symbol is
@@ -615,18 +618,10 @@ function(${args}) {
615
618
if(ASSERTIONS){
616
619
assertion+=`if (!${target} || ${target}.stub) abort("external symbol '${symbol}' is missing. perhaps a side module was not linked in? if this function was expected to arrive from a system library, try to build the MAIN_MODULE with EMCC_FORCE_STDLIBS=1 in the environment");\n`;
0 commit comments