Commits
User selector
Commit History
Commits on Mar 30, 2023
Add a new way to mark async imports in library files. (#19093)
Show description for 8385a1cauthored
Commits on Mar 22, 2023
Automatically generate `__sig` properties for JS library symbols (#18985)
Show description for 592aecaauthored
Commits on Feb 22, 2023
Move build time `Runtime` object to parseTools_legacy. NFC (#18823)
Show description for 8c2a8a1authored
Commits on Dec 9, 2022
Minor optimizations for `compiler.js --symbols-only`. NFC (#18347)
Show description for 22b1377authored
Commits on Dec 6, 2022
Speed up running of JS compiler in LLD_REPORT_UNDEFINED mode. NFC (#18320)
Show description for 58a52abauthored
Commits on Nov 29, 2022
Improve error messages from jsifier (#18266)
Show description for 6acd733authored
Commits on Sep 1, 2022
Commits on Jul 19, 2022
Use node's builtin assert in the JS compiler. NFC (#17469)
Show description for 9c127feauthored
Commits on Jun 8, 2022
Fix for weak undefined symbols in dynamic linking (#17164)
Show description for 26fec3fauthored
Commits on May 31, 2022
Allow RUNTIME_DEBUG to be explicitly controlled (#17092)
Show description for a0c2d57authored
Commits on Apr 29, 2022
Remove use of makeStructuralReturn. NFC (#16830)
Show description for 3bfc50eauthored
Commits on Feb 1, 2022
Use for early use of `threadPrintErr` (#16166)
Show description for c1e2036authored
Commits on Jan 7, 2022
Avoid parsing settings.js files in src/compiler.js. (#15911)
Show description for bd9a0feauthored
Commits on Dec 29, 2021
Modernize internal JS code and run it through eslint. NFC (#15845)
Show description for 832e906authored
Commits on Dec 25, 2021
More use of JS's `Set` data type in internal compiler code. NFC (#15843)
Show description for 84560c6authored
Commits on Oct 14, 2021
Allow marking of library functions as `__internal`. (#15294)
Show description for ea4c450authored
Commits on Sep 29, 2021
- authored
Improve DYLINK_DEBUG. NFC (#15164)
Show description for 982138eauthored
Commits on Apr 16, 2021
Read exports from side modules at link time (#13915)
Show description for 6ca2853authoredRename internal setting IMPLEMENTED_FUNCTIONS -> WASM_EXPORTS. NFC (#13917)
Show description for 4e33590authored
Commits on Apr 15, 2021
Commits on Mar 25, 2021
Commits on Jan 27, 2021
Commits on Nov 3, 2020
Split out post-link code in emcc and make it independently runnable (#12640)
Show description for cbf5919authored
Commits on Aug 25, 2020
Commits on Aug 24, 2020
Cleanup JavaScript compiler tools. NFC. (#12013)
Show description for 220136bauthored
Commits on Aug 19, 2020
Remove fastcomp-only DEAD_FUNCTIONS option. (#11966)
Show description for 7ba7700authored
Commits on Jul 28, 2020
Move ENVIRONMENT logic from JS compiler to emcc.py (#11583)
Show description for 4e0cbd6authored
Commits on Jun 22, 2020
Update after llvm backend renamed EXCEPTION_CATCHING_WHITELIST to EXCEPTION_CATCHING_ALLOWED (#11464)
Show description for 35f3376authored
Commits on May 4, 2020
Cleanup compiler.js entry point (#11072)
Show description for 1fa8848authored
Commits on Apr 16, 2020
Add "webview" environment, to avoid fetch() for wasm delivered over file:// protocol in Cordova (#10846)
Show description for 6d5ab0fauthored
Commits on Apr 4, 2020
cleanup runtime.js (#10845)
Show description for bf72ec0authored
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Feb 4, 2020
Do we really need both ENVIRONMENT_IS_NODE and ENVIRONMENT_HAS_NODE? (#10343)
Show description for 1e78437authored
Commits on Nov 1, 2019
Basic pthreads support for Node.js Workers (#9745)
Show description for 5e3029dauthored