Commits
User selector
Commit History
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
Commits on Aug 7, 2020
Followup on addition of emscripten_stack_get_free (#11821)
Show description for aaab662authored
Commits on Jul 17, 2020
Fix padded double handling in EM_ASM varargs reading. (#11669)
Show description for f92e9f9authored
Commits on Jul 16, 2020
Do not consider embind contexts to be leaked (#11643)
Show description for 5e5b2c1authored
Commits on Jul 15, 2020
Fix MAIN_THREAD_ASYNC_EM_ASM stack allocation (#11602)
Show description for 4eb63baauthoredAdd compiler-rt sanitizer includes from upstream llvm (#11633)
Show description for 14598c3authored
Commits on Jul 9, 2020
Check for expected error codes when running generated JS code (#11578)
Show description for bda3c1cauthored
Commits on Jul 8, 2020
Commits on Jun 23, 2020
Fix wasm0.test_emscripten_scan_registers (#11479)
Show description for ce96be5authored- authored
Commits on Jun 18, 2020
Asyncify: Support for new add-list, and updates for binaryen list changes (#11438)
Show description for 35e1269authored
Commits on Jun 17, 2020
Add functions for access emscripten stack layout information (#11437)
Show description for 1b58a80authored-jsD options (#10624)
Show description for 4de55d0authored
Commits on Jun 12, 2020
Disable LIBCXX_ABI_OPTIMIZED_FUNCTION (#11403)
Show description for a3beeb0authored
Commits on Jun 11, 2020
Support new clang name mangling of main to __main_argv_argv (#10596)
Show description for 29d42faauthored
Commits on Jun 4, 2020
Fix the disabling of printf %m and add test (#11337)
Show description for e244b2fauthored