Commits
User selector
Commit History
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
Commits on Oct 7, 2020
Implement SAFE_HEAP using acorn, and use it on user JS (#12450)
Show description for bec573bauthored
Commits on Oct 6, 2020
Document and test that PROXY_TO_PTHREAD fixes the pthread_create issue (#12431)
Show description for 616a8e9authored
Commits on Oct 2, 2020
Remove uncessary use of PTHREAD_CREATE_JOINABLE in test code. NFC. (#12404)
Show description for 09d8052authored
Commits on Sep 26, 2020
Make longjmp/exceptions helpers thread-safe (#12056)
Show description for e43a870authored
Commits on Sep 18, 2020
Fixed ABORT_ON_WASM_EXCEPTIONS to work with the recent dynCall changes (#12269)
Show description for 42a634fauthored
Commits on Sep 17, 2020
Use getentropy from std::random_device, avoiding FS usage of /dev/urandom (#12240)
Show description for 048f028authored
Commits on Sep 8, 2020
Add ABORT_ON_WASM_EXCEPTIONS (#11934)
Show description for 605e3bdauthored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Aug 26, 2020
Commits on Aug 25, 2020
Add a test mode for MINIMAL_RUNTIME (#12031)
Show description for 0284a11authoredtests: always build directly from input file where possible. (#12032)
Show description for a71a871authored
Commits on Aug 24, 2020
Remove unnecessary restrictions around RTTI from wire.h (#10914)
Show description for e5663b9authored
Commits on Aug 23, 2020
Fix __sys_fallocate with WASM_BIGINT (#12004)
Show description for 2461a6eauthored
Commits on Aug 20, 2020
Consistent use of `.out` for test expectations (#11975)
Show description for 112196eauthored