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
clock_time_get on Windows would return Bad file descriptor
when asking for the thread time on Windows, i.e.
uvwasi_clock_time_get() for
UVWASI_CLOCK_THREAD_CPUTIME_ID.
Thread times need to use GetThreadTimes() instead of
GetProcessTimes().
0 commit comments