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
}elseif(e.data.cmd==='run'){// This worker was idle, and now should start executing its pthread entry point.
115
-
__performance_now_clock_drift=performance.now()-e.data.time;// Sync up to the clock of the main thread.
115
+
__performance_now_clock_drift=performance.now()-e.data.time;// Sync up to the clock of the main thread.
116
116
threadInfoStruct=e.data.threadInfoStruct;
117
117
__register_pthread_ptr(threadInfoStruct,/*isMainBrowserThread=*/0,/*isMainRuntimeThread=*/0);// Pass the thread address inside the asm.js scope to store it for fast access that avoids the need for a FFI out.
0 commit comments