Commits
User selector
Commit History
Commits on Sep 18, 2023
Commits on Sep 8, 2023
Add an internal setting to track whether closure might be run (#20208)
Show description for 01c4612authored
Commits on Sep 6, 2023
Fix the imports object when running closure after emscripten (#20197)
Show description for 7d7dbdeauthored
Commits on Aug 9, 2023
Simplify sourcemap generation, and append `sourceMappingURL` section with objcopy (#19890)
Show description for cf86a80andauthored
Commits on Aug 1, 2023
Rename internal JS proxying function. NFC (#19945)
Show description for b840dc7authored
Commits on Jul 31, 2023
Commits on Jul 30, 2023
Fix applySignatureConversions under -O3. NFC (#19910)
Show description for 2bcdf0aauthored
Commits on Jul 27, 2023
Allow weak undefined symbols in side modules (#19916)
Show description for c2aab22authored
Commits on Jul 26, 2023
Rename `asm` to `wasmExports` under MINIMAL_RUNTIME (#19901)
Show description for 0bf0d39authoredContinue transition from `asm` to `wasmExports`. NFC (#19900)
Show description for fa2a1f3authored
Commits on Jul 17, 2023
Fix ASYNCIFY=1 with MEMORY64 (#19790)
Show description for 96df1a7authored
Commits on Jul 12, 2023
Replace `Module["asm"]` with `wasmExports` global (#19816)
Show description for 68ee2afauthoredRemove unused function in emscripten.py. NFC (#19841)
Show description for 5a45f3fauthoredAvoid use of JS `arguments` in export wrappers (#19830)
Show description for f38ebefauthored
Commits on Jul 11, 2023
Avoid the use of `arguments` global in `__cxa_find_matching_catch`. NFC (#19760)
Show description for 9c3f231authoredDon't generate function wrappers for exported tags. NFC (#19809)
Show description for ac1e708authored
Commits on Jul 10, 2023
Simplify createExportWrapper. NFC (#19817)
Show description for 8b5c868authoredAutomatically convert pointer args for wasmfs funcs. NFC (#19823)
Show description for 34dff27authored
Commits on Jul 7, 2023
- authored
Use identifiers rather than string keys in wasmImports object. (#19808)
Show description for 91f2012authored
Commits on Jun 29, 2023
Automatically convert return pointers to unsigned in CAN_ADDRESS_GB mode. (#19755)
Show description for 716f0b2authored
Commits on Jun 28, 2023
Rename/move strip_prefix -> removeprefix. NFC (#19723)
Show description for b9f7ecbauthored
Commits on Jun 26, 2023
Enable EM_JS in side modules (#19705)
Show description for 7c58a8fauthored
Commits on Jun 5, 2023
Remove unneeded normalize_line_endings function. NFC (#19526)
Show description for accfb24authored
Commits on Jun 1, 2023
Use JS arrow functions in postamble_minimal.js. NFC (#19494)
Show description for ca93e46authored
Commits on May 16, 2023
Enable `optimize_syscalls` when `MAIN_MODULE=2`. NFC (#19370)
Show description for dd4fbbeauthored
Commits on May 11, 2023
Honor `DEFAULT_PTHREAD_STACK_SIZE` in `pthread_attr_init` (#19333)
Show description for 516060bauthored
Commits on May 1, 2023
[Wasm64] Enable emescipten exceptions and SjLj (#19262)
Show description for dc4d654authored
Commits on Apr 18, 2023
Remove deps_info system and the running of llvm-nm on input file. NFC (#18905)
Show description for 1e7b78fauthored
Commits on Apr 12, 2023
Commits on Apr 7, 2023
Commits on Apr 3, 2023
Commits on Apr 1, 2023
Implement some more of the wasi API (#12704)
Show description for 574034bauthored
Commits on Mar 30, 2023
Rename allocateUTF8OnStack -> stringToNewUTF8OnStack (#19092)
Show description for cd1aaccauthored
Commits on Mar 21, 2023
Store generated struct info rather than auto-generating it in the sysroot. NFC (#19013)
Show description for 7e5ab40authored