Commits
User selector
Commit History
Commits on Apr 27, 2021
Revert "Remove unused `hasExportedFunction` helper from src/parseTools.js. NFC (#14009)" (#14024)
Show description for 2be526aauthored
Commits on Apr 21, 2021
Remove mangling from WASM_EXPORTS and SIDE_MODULE_EXPORTS internal lists. NFC (#13957)
Show description for 0f5db28authored
Commits on Apr 16, 2021
Rename internal setting IMPLEMENTED_FUNCTIONS -> WASM_EXPORTS. NFC (#13917)
Show description for 4e33590authored
Commits on Apr 15, 2021
Don't run ATMAINS unless there is _main function exported (#13901)
Show description for 6e794e6authored
Commits on Mar 29, 2021
Fix different memory allocation issues (#13442)
Show description for eca1581authored
Commits on Mar 5, 2021
Commits on Feb 13, 2021
Follow up review on #13296. (#13352)
Show description for d750311authored
Commits on Feb 5, 2021
Commits on Jan 29, 2021
Use <<< >>> as late-replacement pattern for MINIMAL_RUNTIME. NFC (#13381)
Show description for ee11dccauthored
Commits on Jan 15, 2021
Remove need to `getQuoted` by using seperate template pattern (#13265)
Show description for 72d6ae3authored
Commits on Jan 14, 2021
Initial support for pthreads + dynamic linking (#13245)
Show description for 5ee8fe3authored
Commits on Jan 8, 2021
Remove use of `initializer` metadata produced by finalize (#13213)
Show description for 5dc63ffauthored
Commits on Jan 5, 2021
Fix USE_OFFSET_CONVERTER + pthreads + O2 (#13183)
Show description for 9d7ba1bauthored
Commits on Dec 14, 2020
Cleanup proxy_main (#13021)
Show description for de12acdauthored
Commits on Dec 2, 2020
Optimize makeDynCall to use dynCall_xx function directly where needed (#12741)
Show description for 496967eauthored
Commits on Dec 1, 2020
Remove PThread.mainThreadBlock. NFC. (#12917)
Show description for 45aa70cauthored
Commits on Nov 22, 2020
Move pthread TLS state native code using wasm globals (#12839)
Show description for 5d3268fauthored
Commits on Nov 18, 2020
Create memory in wasm binaryn by default (#12790)
Show description for c2462cdauthored
Commits on Oct 29, 2020
Move emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Oct 12, 2020
Remove dead code in src/jsifier.js. NFC. (#12484)
Show description for c59a1b0authored
Commits on Oct 10, 2020
Formatting cleanups for MINIMAL_RUNTIME output. NFC. (#12483)
Show description for a7f4f96authored
Commits on Oct 9, 2020
Remove unused {{GLOBAL_VARS}}. NFC. (#12482)
Show description for d909ed0authored
Commits on Sep 23, 2020
Clean up pthread startup code (NFC) (#12308)
Show description for 488e0e8authoredExport table from wasm module by default (#12296)
Show description for ead3f8dauthored
Commits on Sep 8, 2020
Remove use of WASM setting in library JS (#12122)
Show description for d5ec187authored
Commits on Sep 3, 2020
Enable and improve test_stack_overflow_check (#12095)
Show description for d4870acauthored
Commits on Aug 31, 2020
Part two of dynCall removal (#12059)
Show description for 953adedauthored
Commits on Aug 16, 2020
Commits on Jun 17, 2020
Fix cxa_thread_atexit() to properly register thread-local atexits (#10854)
Show description for 1927cffauthored
Commits on Jun 10, 2020
Run wasm2js if wasm fails (#10621)
Show description for 9eb08b1authored
Commits on May 11, 2020
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Mar 18, 2020
Fix pthreads in MINIMAL_RUNTIME fastcomp asm.js builds (#10703)
Show description for afd6553authored
Commits on Feb 19, 2020
Fix embind to work (more) on MINIMAL_RUNTIME. (#10417)
Show description for afeebd2authored
Commits on Feb 18, 2020
Minimal runtime pthreads (#10123)
Show description for 673915cauthored