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
assert(value,'undefined symbol `'+symName+'`. perhaps a side module was not linked in? if this global was expected to arrive from a system library, try to build the MAIN_MODULE with EMCC_FORCE_STDLIBS=1 in the environment');
155
160
#endif
156
161
#if DYLINK_DEBUG
157
-
err('assigning dynamic symbol from main module: '+symName+' -> '+value);
162
+
err('assigning dynamic symbol from main module: '+symName+' -> '+prettyPrint(value));
0 commit comments