Commits
User selector
Commit History
Commits on Dec 13, 2023
Flush stdout and stderr before calling os.execv. NFC (#20910)
Show description for a9a823eauthoredUse `os.execv` when we only running `clang` to compile. NFC (#20884)
Show description for fb19437authored
Commits on Dec 12, 2023
Defer `linker input unused` and `no input files` warnings to clang. NFC (#20905)
Show description for 569e4faauthoredSupport `-s` compile file, which is the same as `-Wl,-s`. NFC (#20902)
Show description for 57c2989authoredRemove some magic handling of native shared libraries (#20886)
Show description for 1850b75authored
Commits on Dec 8, 2023
Delay loading of link.py. NFC (#20883)
Show description for dedd59bauthored
Commits on Dec 4, 2023
Commits on Nov 16, 2023
split linker code into a separate file. NFC (#20717)
Show description for 1ead8f3authoredOptimized emscripten logo in generated html (#20690)
Show description for 90ab3a7authored
Commits on Nov 15, 2023
Remove limits of ES6 features in standard library code (#20700)
Show description for 9429b48authoredAdd support for -no-pthread (#20723)
Show description for 5b6bf91authoredWhen compiling, use a single clang command for all input sources. NFC (#20713)
Show description for 94b36c0authored
Commits on Nov 14, 2023
Simplify clang vs clang++ selection process when compiling sources (#20712)
Show description for 5022542authoredMerge emsdk_cflags helper function. NFC (#20710)
Show description for 7861a25authored
Commits on Nov 9, 2023
embind: Reuse regular wasm binary for generating TS definitions. (#20497)
Show description for ac8d9f0authoredSplit data segments as part of wasm-opt rather than finalize (#20666)
Show description for 1ed36d6authoredFix line endings of generated on windows (#20664)
Show description for b4d5c4aauthoredUse utils.write_file to write html output. NFC (#20663)
Show description for 45550a8authoredSplit `shell.css` and `logo.svg` out of shell.html. NFC (#20661)
Show description for 843b0f0authored
Commits on Nov 7, 2023
embind: Ignore single file option for TS generation. (#20632)
Show description for cece8cdauthored
Commits on Nov 3, 2023
Commits on Nov 1, 2023
Add support for -print-target-triple (#20595)
Show description for b23c8beauthoredRemove `logger.warning` introduced in #20562 (#20593)
Show description for 95a3a16authoredAllow both -print-search-dirs and --print-search-dirs (#20591)
Show description for c188a2cauthoredFix -print-filename/-print-search-dirs/-print-libgcc-file-name (#20575)
Show description for 2feeee6authored
Commits on Oct 31, 2023
Speed up building large system libraries (#20577)
Show description for 53bb231andauthored- authored
Commits on Oct 30, 2023
Support separate version of Node.js for running tests. NFC (#20573)
Show description for bcbfdd4authored
Commits on Oct 24, 2023
embind: Ignore proxy to pthread and pthread pool during tsgen. (#20526)
Show description for a8b3be1authored
Commits on Oct 19, 2023
Separate out `Atomics.waitAsync` polyfill. NFC (#20474)
Show description for fd0e233authoredAdd support for -### compiler flag (#20475)
Show description for a8e9dd5authored
Commits on Oct 17, 2023
- authored
Fix AUDIO_WORKLET + MODULARIZE (#20249)
Show description for 635bb90authored[wasm64] Fix `-dumpmachine` (#20472)
Show description for 03b444aauthored
Commits on Oct 10, 2023
Add `bootstrap.py` script which takes care of post-checkout tasks (#19736)
Show description for b4786b6authored