Commits
User selector
Commit History
Commits on Nov 5, 2020
Fix parsing of JS library pre-processor directives (#12702)
Show description for 8edff9bauthored
Commits on Oct 29, 2020
Move emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Oct 5, 2020
Fix embind failing in workers when STACK_OVERFLOW_CHECK is enabled (#12366)
Show description for 59421d2authored
Commits on Oct 2, 2020
Commits on Oct 1, 2020
Simply handling of exported native globals (namedGlobals) (#12371)
Show description for 66d7b8cauthored
Commits on Sep 24, 2020
Fix a rare pthreads main thread deadlock that worsened in 2.0.2 (#12318)
Show description for 0014175authored
Commits on Sep 23, 2020
Clean up pthread startup code (NFC) (#12308)
Show description for 488e0e8authored
Commits on Sep 16, 2020
Remove DYNAMIC_BASE setting and JavaScript global (#12188)
Show description for e156f1aauthored
Commits on Sep 8, 2020
Remove use of WASM setting in library JS (#12122)
Show description for d5ec187authored
Commits on Sep 3, 2020
Fix pthreads stack check code (#12104)
Show description for 6c6bb02authored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Aug 31, 2020
Part two of dynCall removal (#12059)
Show description for 953adedauthored
Commits on Aug 28, 2020
Avoid static allocations in pthreads code (#12055)
Show description for 2a0c9c7authoredDon't do memory operations in pthreads before the runtime is initialized. NFC (#12052)
Show description for aa2731dauthored
Commits on Aug 27, 2020
Remove some WASM=0 code that no longer runs (#12068)
Show description for 56cf6c5authoredImplement emscripten_num_logical_cores for Node (#12008)
Show description for 0e57ea0authored
Commits on Aug 26, 2020
Commits on Aug 25, 2020
Commits on Aug 14, 2020
Commits on Jul 21, 2020
Fix Blocking on the main thread warning message. (#11687)
Show description for a9bc5e8authored
Commits on Jul 15, 2020
Fix MAIN_THREAD_ASYNC_EM_ASM stack allocation (#11602)
Show description for 4eb63baauthored
Commits on Jul 9, 2020
Wasm2js: Pthreads/Atomics support (#11505)
Show description for 6b436f5authored
Commits on Jun 22, 2020
Commits on Jun 17, 2020
Fix cxa_thread_atexit() to properly register thread-local atexits (#10854)
Show description for 1927cffauthored
Commits on May 14, 2020
ASan coverage for JavaScript too (#11147)
Show description for 1958005authored
Commits on May 11, 2020
Commits on Apr 13, 2020
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored- authored
Commits on Mar 23, 2020
Closure fixes part 4 (#10574)
Show description for d5ba9a8authored
Commits on Feb 25, 2020
Commits on Feb 20, 2020
Remove PROCINFO from generated code (#10436)
Show description for d11368bauthored
Commits on Feb 18, 2020
Minimal runtime pthreads (#10123)
Show description for 673915cauthored
Commits on Feb 7, 2020
Fix NO_EXIT_RUNTIME + USE_PTHREADS + MODULARIZE (#10158)
Show description for cd3a4e2authored