Commits
User selector
Commit History
Commits on Apr 7, 2021
Fix emscripten_asm_const_int deps (#13839)
Show description for 88593acauthored
Commits on Apr 6, 2021
Fix strtol result when no chars are consumed. (#13816)
Show description for 56514c8authoredUpdate strtol test. NFC (#13815)
Show description for bb91686authored
Commits on Mar 29, 2021
- authored
Fix different memory allocation issues (#13442)
Show description for eca1581authored
Commits on Mar 26, 2021
Add dylink test to show weakly defined function issue. NFC (#13774)
Show description for 9928b1dauthored
Commits on Mar 24, 2021
Handle __original_main in EXCEPTION_CATCHING_ALLOWED (#13726)
Show description for 1cfce09authored
Commits on Mar 19, 2021
Add support for TLS in dynamic libraries (#13672)
Show description for cc2fc36authored
Commits on Mar 5, 2021
Delay setting runtimeInitialized, even on pthreads (#13603)
Show description for cbdcd76authored
Commits on Mar 3, 2021
Restore line in newlocale.c that was lost in #4813 (#13584)
Show description for 78fa15dauthored
Commits on Mar 1, 2021
Commits on Feb 18, 2021
Add smaller version of strtol with fewer dependencies (#13523)
Show description for 28e91b7authored
Commits on Feb 17, 2021
Commits on Feb 13, 2021
Follow up review on #13296. (#13352)
Show description for d750311authored
Commits on Feb 4, 2021
Fix return in {{{ makeDynCall }}} macro and add test. (#13373)
Show description for 65dbddaauthoredUpdate Emscripten em_math.h header (#13374)
Show description for aed8e46authored
Commits on Jan 27, 2021
Restore the dynCall() and dynCall_sig() API into the build (#13296)
Show description for 7ff719cauthored
Commits on Jan 15, 2021
Don't include webgl2.c in regular gl library (#13261)
Show description for ae09c9dauthored
Commits on Jan 14, 2021
Remove old leftover MEMFS code (#13255)
Show description for 7684d4aauthored
Commits on Jan 13, 2021
Cleanup test_size.cpp. NFC. (#13247)
Show description for c5cde8aauthored
Commits on Jan 11, 2021
- authored
tests: switch more tests to btest_exit. NFC. (#13018)
Show description for 9a1d041authored
Commits on Jan 6, 2021
Commits on Jan 5, 2021
Fix USE_OFFSET_CONVERTER + pthreads + O2 (#13183)
Show description for 9d7ba1bauthored
Commits on Dec 9, 2020
Commits on Dec 2, 2020
Commits on Dec 1, 2020
Improve test_math. NFC. (#12922)
Show description for 8ac2436authored
Commits on Nov 18, 2020
- authored
Remove `no_wasm_backend` usage from test_core.py (#12807)
Show description for d4b9951authored
Commits on Nov 13, 2020
Commits on Oct 30, 2020
Fix an off-by-one error when converting UTF16 strings to JavaScript strings (#12631)
Show description for 25c04d3authored
Commits on Oct 29, 2020
Update mktime to match C expected behavior (#12320)
Show description for 8ee479eauthored
Commits on Oct 28, 2020
Commits on Oct 22, 2020
Re-increment uncaught exception count on rethrow (#12535)
Show description for 0caed62authored
Commits on Oct 8, 2020
Fix timezone returning wrong values during DST (#12330)
Show description for 3cf806dauthored