Commits
User selector
Commit History
Commits on Mar 1, 2022
Fix wasm-emscripten-finalize crash with pthreads + dylink + em_js + bigint (#16402)
Show description for 774c56dauthored
Commits on Feb 22, 2022
For for missing entries in INCOMING_MODULE_JS_API (#16346)
Show description for 47dc090authored
Commits on Jan 22, 2022
Commits on Jan 14, 2022
Reboot EVAL_CTORS with the new wasm-ctor-eval (#16011)
Show description for 7240c3dauthored
Commits on Jan 13, 2022
- authored
Add experimental implementation of metadata extraction in python. NFC (#15918)
Show description for 35bbb4eauthored
Commits on Jan 10, 2022
Remove handling output from older versions of wasm-emscripten-finalize. NFC (#15924)
Show description for adee9c8authoredemscripten.py: Remove redundant DEBUG param. NFC (#15931)
Show description for 366fae9authored
Commits on Jan 7, 2022
Cleanup serialization of settings JSON file. NFC (#15912)
Show description for c365d36authored
Commits on Dec 27, 2021
Remove use of tableSize metadata field. NFC (#15855)
Show description for 30e3c87authoredRemove unused staticBump metadata field. NFC (#15854)
Show description for 8d85730authored
Commits on Dec 15, 2021
Split `JS` singleton class out of `tools/shared.py`. NFC (#15782)
Show description for edeae2dauthored
Commits on Dec 7, 2021
Error during `wasm-ld` when essential symbols are missing. NFC (#15716)
Show description for f6a91d0authored
Commits on Nov 11, 2021
Rename internal PROFILING_FUNCS setting to EMIT_NAME_SECTION. NFC (#15493)
Show description for 8f2183cauthored
Commits on Nov 4, 2021
Add `embuilder clear` command to clear specific libraries/ports (#15425)
Show description for 0a553cdauthored
Commits on Nov 1, 2021
Add Wasm SjLj support (#14976)
Show description for 9ecfa19authored
Commits on Oct 28, 2021
Only generate 2 different struct_info files (#15381)
Show description for e0b9585authoredMove generated struct info into library dir. NFC (#15364)
Show description for 4602b8dauthored
Commits on Oct 25, 2021
Commits on Oct 15, 2021
Fix name of __sys_ioctl when detecting needs for FS support (#15307)
Show description for 6f52756authored
Commits on Oct 14, 2021
[EH] Make Wasm EH work with dynamic linking (#15266)
Show description for ff23b8cauthored
Commits on Sep 22, 2021
Default to EXIT_RUNTIME=1 when building with ASan (#15083)
Show description for 34ff848authored
Commits on Aug 21, 2021
Commits on Aug 20, 2021
Make use of pathlib.Path when dealing with paths within emscripten. NFC (#14916)
Show description for d8ec08aauthored
Commits on Aug 19, 2021
Commits on Aug 18, 2021
Commits on Jun 21, 2021
Error if there is no main() when using PROXY_TO_PTHREAD (#14476)
Show description for e77adf8authored
Commits on Jun 2, 2021
Fix misuse of lstrip() (#14353)
Show description for 2911fd7authored
Commits on May 6, 2021
Fix BOOTSTRAPPING_STRUCT_INFO + LLD_REPORT_UNDEFINED. NFC (#14114)
Show description for ce44e0bauthored
Commits on May 4, 2021
Default to reported undefined symbol errors when building with MAIN_MODULE. (#14060)
Show description for 4efef35authored
Commits on Apr 27, 2021
Improve undefined symbol reporting. NFC (#14022)
Show description for ce9cc6dauthoredRemove EXPORTED_FUNCTIONS from jsifier output. NFC (#14017)
Show description for cda037aauthored
Commits on Apr 26, 2021
Simplify libraryFunction metadata exported from JS compiler (#14016)
Show description for b28d2b1authoredRemove unused implementedFunctions from jsifier metadata. NFC (#14011)
Show description for c728f1aauthored
Commits on Apr 23, 2021
Use set() over list() for user_exported_functions. NFC (#13974)
Show description for c18efd7authored