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
Follow up on PR emscripten-core#17328.
- Create the wasm adaptor also for MAIN_MODULE == 2
- Remove obsolete assert (triggers for all cases were we create the wrapper)
assert(typeofdynCalls!='undefined','Global dynCalls dictionary was not generated in the build! Pass -sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE=$dynCall linker flag to include it!');
3204
3204
assert(sigindynCalls,'bad function pointer type - sig is not in dynCalls: \''+sig+'\'');
3205
-
#else
3206
-
assert(('dynCall_'+sig)inModule,'bad function pointer type - dynCall function not found for sig \''+sig+'\'');
3207
3205
#endif
3208
3206
if(args&&args.length){
3209
3207
// j (64-bit integer) must be passed in as two numbers [low 32, high 32].
0 commit comments