Commits
User selector
Commit History
Commits on Sep 10, 2023
webassembly.py: Ensure Unique Keys in @memoize Decorator (#20218)
Show description for 5da546cauthored
Commits on Aug 18, 2023
Commits on Jul 27, 2023
Allow weak undefined symbols in side modules (#19916)
Show description for c2aab22authored
Commits on Feb 15, 2023
[Wasm64] Add support for threads (#18705)
Show description for 009c171authored
Commits on Oct 7, 2022
Support parsing extended const in tools/webassembly.py (#18010)
Show description for c795453authored- authored
Commits on Sep 6, 2022
Fix detection of main wrapper function (#17789)
Show description for eb88fe2authored
Commits on Jul 25, 2022
Use python context manager when reading webassembly modules (#17516)
Show description for ceb41cfauthored
Commits on Jun 22, 2022
Fix python metadata extraction with pthreads (#17263)
Show description for 25591f3authored
Commits on Jun 20, 2022
Commits on Jun 19, 2022
- authored
Avoid keeping module file open in tools/webassembly.py API (#17271)
Show description for 3ebf9f1authored
Commits on Jun 18, 2022
Simplify extract_metadata.py by moving logic in tools/webassembly.py. NFC (#17255)
Show description for 1706b8eauthored
Commits on Jun 17, 2022
Commits on Jun 8, 2022
Fix for weak undefined symbols in dynamic linking (#17164)
Show description for 26fec3fauthored
Commits on May 4, 2022
Add test for EM_JS and i64 arguments (#15916)
Show description for a23058aauthored
Commits on Mar 21, 2022
Commits on Feb 12, 2022
Add sourcemap support to emsymbolizer (#16142)
Show description for 2905a77authored
Commits on Jan 27, 2022
Add emsymbolizer (#16095)
Show description for db77c76authored
Commits on Jan 21, 2022
Fix test_asyncify_lists* name detection (#16077)
Show description for cf40c4dauthored
Commits on Jan 13, 2022
Add experimental implementation of metadata extraction in python. NFC (#15918)
Show description for 35bbb4eauthored
Commits on Dec 15, 2021
Parse IMPORT_INFO dylink section (#15778)
Show description for 164346aauthored
Commits on Oct 18, 2021
Remove EMIT_EMSCRIPTEN_METADATA settings (#15319)
Show description for 5a442a3authored
Commits on Oct 14, 2021
[EH] Make Wasm EH work with dynamic linking (#15266)
Show description for ff23b8cauthored
Commits on Sep 20, 2021
Commits on Sep 17, 2021
Add support for TLS imports/exports to/from DSOs (#14971)
Show description for 06dcec6authored
Commits on Sep 11, 2021
Support new dylink.0 custom section format (#15019)
Show description for 73c20f6authored
Commits on Aug 20, 2021
Make use of pathlib.Path when dealing with paths within emscripten. NFC (#14916)
Show description for d8ec08aauthored
Commits on Jun 21, 2021
Move file utils to utils.py. NFC. (#14500)
Show description for 4ce0466authored
Commits on Jun 16, 2021
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
Detect dynamic libraries by contents rather than filename. (#14019)
Show description for f2c2432authored
Commits on Apr 26, 2021
Deprecate `RUNTIME_LINKED_LIBS` setting. NFC (#14004)
Show description for 9197f4bauthored
Commits on Apr 16, 2021
Read exports from side modules at link time (#13915)
Show description for 6ca2853authored- authored