Commits
User selector
Commit History
Commits on Aug 17, 2023
Always busy-wait in emscripten_futex_wait on the main runtime thread
Show description for 793786dcommitted
Commits on Aug 14, 2023
WasmFS: Use emscripten_date_now for time computations (#20014)
Show description for 2fca90bauthored
Commits on Aug 12, 2023
Declare _emscripten_thread_supports_atomics_wait in threading_internal.h. NFC (#20018)
Show description for ef3fd07authored
Commits on Aug 8, 2023
[NFC] WasmFS: Run clang-format (#19995)
Show description for 2384d4eauthored
Commits on Aug 4, 2023
Simplify embind code to reading basic types. NFC (#19981)
Show description for 0538c9dauthored
Commits on Aug 3, 2023
- authored
Fix for async cancellation during __timedwait. NFC (#19963)
Show description for 9ad683bauthored
Commits on Aug 1, 2023
Move legacy thread proxying system into seperate source and header. NFC (#19946)
Show description for f14f029authoredWasmFS JS API: Implement mount and unmount (#19825)
Show description for 48e8a04authoredRename internal JS proxying function. NFC (#19945)
Show description for b840dc7authored
Commits on Jul 31, 2023
Avoid use of JS console.log/error/warning. NFC (#19936)
Show description for 3629441authored
Commits on Jul 30, 2023
Commits on Jul 27, 2023
Set INTERFACE_INCLUDE_DIRECTORIES property on SDL2 targets (#19780)
Show description for 3cd9a38authoredWasmFS: Make wasmfs_readlink add a null-terminating byte (#19922)
Show description for 03ac6c5authored- authored
Commits on Jul 11, 2023
Commits on Jul 10, 2023
Deprecate `EM_LOG_FUNC_PARAMS` flag to emscripten_log/emscripten_get_callstack (#19820)
Show description for 81c887bauthored
Commits on Jun 30, 2023
Add stubs for sanitizer functions in standalone mode (#19770)
Show description for ddb15c1authoredImplement emscripten_outn family of functions in standalone mode (#19769)
Show description for ecc75c9authoredWebGPU: Update to dawn@0763a18 (#19745)
Show description for 43e6aa7authored
Commits on Jun 29, 2023
Add a result code to emscripten_wget (#19751)
Show description for 05b27e4authoredReimplement emscripten_wget in C (#19739)
Show description for f5a1faaauthored
Commits on Jun 27, 2023
Commits on Jun 23, 2023
Fix EM_CALLBACK_THREAD_CONTEXT_CALLING_THREAD (#19691)
Show description for 0a78042authoredFix mktime/timegm for time_t > MAX_INT32 (#19700)
Show description for 3ce924fauthoredWasmFS: Support reading from stdin (#19699)
Show description for 8fba427authoredWebGPU: update to dawn@acd91e (#19659)
Show description for 412fd75authoredAvoid unnecessary pointer params for gmtime/localtime. NFC (#19698)
Show description for 01f13ebauthoredMove WasmFS threading heartbeat to library JS code [NFC] (#19697)
Show description for 53a9937authored
Commits on Jun 21, 2023
Fix precision of `emscripten_get_now` in standalone mode (#19665)
Show description for 7e90045authoredWasmFS: Add nanosecond support to WasmFS (#19629)
Show description for d25f32eauthored- authored
Commits on Jun 20, 2023
Improve behavior of interval timers in setitimer (#19638)
Show description for 07fc507authored