1. 9afaf97 Update emsdk version from f1215009 to ed44e9ca (#27474) by emscripten-bot · 6 hours ago main
  2. 349bde9 Use more python f-strings. NFC (#27467) by Sam Clegg · 23 hours ago
  3. 7affcce Use argv[0] to determine em++ vs emcc. NFC (#27465) by Sam Clegg · 24 hours ago
  4. a42bfb3 [emcc.py] Use get_clang helper. NFC (#27464) by Sam Clegg · 26 hours ago
  5. b6ca1fe Move EMCC_REPRODUCE handling. NFC (#27462) by Sam Clegg · 27 hours ago
  6. 28c2296 Add Safari version check around `webkitfullscreenchange`. NFC (#27461) by Sam Clegg · 28 hours ago
  7. a11b6cf Extract handle_early_exit_flags in emcc.py. NFC (#27460) by Sam Clegg · 29 hours ago
  8. 7bc2c09 Remove unused test files. NFC (#27458) by Sam Clegg · 30 hours ago
  9. 6b7c15c Update emsdk version from ded6d7cb to f1215009 (#27459) by emscripten-bot · 30 hours ago
  10. 7e97d35 [emcc] Defer early exit flag handling until after option parsing (#27454) by Sam Clegg · 31 hours ago
  11. 39a0a85 Handle symbolic links in create_entry_points.py (#27453) by Sam Clegg · 2 days ago
  12. d212b13 [EH] Apply Call EH personality fix from LLVM (#27445) by Heejin Ahn · 2 days ago
  13. 8682166 [test] Parse start hex offset when extracting WAT address in test_dwarf (#27455) by Sam Clegg · 2 days ago
  14. 1754f78 Remove all references to webkitAudioContext. NFC (#27444) by Sam Clegg · 2 days ago
  15. c8cfa1e Remove errors on ancient EMMAKEN environment variables (#27452) by Sam Clegg · 2 days ago
  16. 223995c Remove internal `settings.LTO` in favor of `options.lto` (#27422) by Sam Clegg · 2 days ago
  17. 00149c0 Use `cmdline.options` consistently. NFC (#27439) by Sam Clegg · 2 days ago
  18. 306c32f [jslib] Minor cleanups to JS library files. NFC (#27441) by Sam Clegg · 2 days ago
  19. eb0aefe [html5] Align event_data in callback_args_t to max_align_t (#27450) by Sam Clegg · 2 days ago
  20. f4509e4 [EH] Make test_embind_val_coro_catch_cpp_exception use @with_all_eh_sjlj (#27446) by Heejin Ahn · 2 days ago
  21. 6e20fdc Update emsdk version from 61d205aa to ded6d7cb (#27451) by emscripten-bot · 2 days ago
  22. c407b75 Remove a stray line from ChangeLog (#27443) by Heejin Ahn · 3 days ago
  23. 38e35eb Update libcxx and libcxxabi from LLVM 21.1.8 to 22.1.8 (#27428) by Heejin Ahn · 3 days ago
  24. 86ea17d [OpenAL] Fix sourceSeek crash on stopped sources (#27426) by Sam Clegg · 3 days ago
  25. 2768c9f Refactor src/lib/libopenal.js. NFC (#27425) by Sam Clegg · 3 days ago
  26. 370104f Update emsdk version from fab320b1 to 61d205aa (#27440) by emscripten-bot · 3 days ago
  27. c5e54ea Update OpenMP from LLVM 1823581ecb to 22.1.8 (#27437) by Heejin Ahn · 4 days ago
  28. 1ab2950 Mark 6.0.5 as released (#27438) by emscripten-bot · 4 days ago
  29. f11cc0b Experimental shared Wasm GC support (#27427) by Thomas Lively · 4 days ago
  30. 784b48f Add AF_UNIX named (pathname) stream socket support under NODERAWSOCKETS (#27424) by Guy Bedford · 4 days ago
  31. 9e8fbbd [CI] When updating emsdk version, update existing PR. NFC (#27432) by Sam Clegg · 4 days ago
  32. 216a193 Fix benchmark.test_zzz_poppler. NFC (#27434) by Sam Clegg · 4 days ago
  33. df30ada Update emsdk version from 5e3cfa38 to fab320b1 (#27433) by emscripten-bot · 4 days ago
  34. f70cc14 Avoid running wasm-as with `--all-features` (#27431) by Sam Clegg · 4 days ago
  35. 1db5137 Remove ./tools/scons/ from ruff exclusion list. NFC (#27423) by Sam Clegg · 5 days ago 6.0.5
  36. fec5d61 Revert #27397: Use shlex.split for executables in config file (#27421) by Sam Clegg · 5 days ago
  37. 0044857 Update ruff to latest version. NFC (#27415) by Sam Clegg · 5 days ago
  38. 7054160 [openal] Fix AL_SAMPLE_OFFSET and AL_BYTE_OFFSET with buffer 0 (#27420) by Sam Clegg · 5 days ago
  39. 28030e6 Fix compiler error when exporting integers while emitting tsd (#27412) by Jeremy Nguyen · 5 days ago
  40. 1172b2d Fix missing $_emscriptenWasmWorkerPolicy dependency in wasm workers (#27419) by stephenduong1004 · 5 days ago
  41. d983d28 Fix warning for link-only flags that contains `=` (e.g. `--closure=1`) (#27410) by Sam Clegg · 5 days ago
  42. 34cf549 Update emsdk version from 926b6837 to 5e3cfa38 (#27416) by emscripten-bot · 8 days ago
  43. ac90a66 Mark 6.0.4 as released (#27413) by emscripten-bot · 9 days ago
  44. 466e11d Simplify LTO flag passing in `get_clang_flags` (#27407) by Sam Clegg · 9 days ago
  45. 3e9a4c0 Remove redundant llvm args from link_lld. NFC (#27409) by Sam Clegg · 9 days ago
  46. fe5be6a Fix config string parsing for windows pathnames (with backslashes) (#27408) by Sam Clegg · 9 days ago 6.0.4
  47. 41ec5c7 Update emsdk version from 9308e6ad to 926b6837 (#27406) by emscripten-bot · 9 days ago
  48. 4e8579a Implement recvmmsg and sendmmsg (#27395) by Guy Bedford · 10 days ago
  49. 0b2ed01 Skip pkg-config tests on windows (#27405) by Sam Clegg · 10 days ago
  50. 64b7374 Use shlex.split for executables in config file. (#27397) by Sam Clegg · 10 days ago
  51. 62af666 Update mimalloc to 3.4.1 (#27380) by Kleis Auke Wolthuizen · 10 days ago
  52. c43384e Update emsdk version from 8adab2e4 to 9308e6ad (#27404) by emscripten-bot · 10 days ago
  53. 6d8b2c1 Fix recvmsg msghdr outputs (#27399) by Guy Bedford · 11 days ago
  54. e5e7313 Add design doc for native clang frontend (#27398) by Sam Clegg · 11 days ago
  55. dad92aa Include heap views only when needed (#27269) by Brendan Dahl · 11 days ago
  56. ed36d7e Automatic rebaseline of codesize expectations. NFC (#27400) by emscripten-bot · 11 days ago
  57. 97bc84a Backport fix for musl's qsort (CVE-2026-40200) (#27029) by HCL-JasonR · 11 days ago
  58. 46ca7ed Update emsdk version from fc776de7 to 8adab2e4 (#27393) by emscripten-bot · 11 days ago
  59. c859929 Fix synchronously proxied async JS functions under ASYNCIFY (#27375) by Guy Bedford · 12 days ago
  60. c8c8b8a [sync_deps.py] Error out if target directory is not clean (#27391) by Sam Clegg · 12 days ago
  61. 597849e Allow environment variables in config strings. NFC (#27215) by Sam Clegg · 12 days ago
  62. 1c6fa69 Build arm64 version of pylauncher.exe (#27360) by Sam Clegg · 12 days ago
  63. e9a6e86 Second attempt at fixing SkiaPerfBenchmarker (#27389) by Sam Clegg · 12 days ago
  64. cdb111e [test] Remove duplicate emmake declaration. NFC (#27388) by Sam Clegg · 12 days ago
  65. fbb73a8 Update emsdk version from 4bfdde80 to fc776de7 (#27385) by emscripten-bot · 12 days ago
  66. 7b8fef2 Fix SkiaPerfBenchmarker (#27370) by Sam Clegg · 12 days ago
  67. be4262a [config] Remove support for legacy environment variables (#27381) by Sam Clegg · 12 days ago
  68. 487a372 Update llvm-libc from LLVM 21.1.8 to 22.1.8 (#27374) by Heejin Ahn · 13 days ago
  69. 3bb2b49 Apply ruff checks to files under `system/lib`. NFC (#27384) by Sam Clegg · 13 days ago
  70. 2e02343 Fix update_openmp.py, openmp README. NFC (#27383) by Sam Clegg · 13 days ago
  71. c9cdff6 Remove legacy library symbols: $ALLOC_NORMAL, $ALLOC_STACK, $allocate (#27378) by Sam Clegg · 13 days ago
  72. cf1becd Update emsdk version from c09b2d2f to 4bfdde80 (#27379) by emscripten-bot · 13 days ago
  73. 91f0234 NODERAWSOCKETS: socket fstat and SO_TYPE/SO_LINGER/TCP_MAXSEG options (#27306) by Guy Bedford · 2 weeks ago
  74. dcfb343 Simplify NODERAWSOCKETS test output to 'done'. NFC (#27373) by Guy Bedford · 2 weeks ago
  75. 3322f0a Mark SOCKET_WEBRTC as deprecated (#27371) by Sam Clegg · 2 weeks ago
  76. 44d9f22 Update Emscripten Toolchain Requirements docs (#27369) by Sam Clegg · 2 weeks ago
  77. 7143cc1 Add third_party/README.md. NFC (#27365) by Sam Clegg · 2 weeks ago
  78. 3f62453 Update emsdk version from ca2b1316 to c09b2d2f (#27368) by emscripten-bot · 2 weeks ago
  79. 0b10e35 [docs] Update deprecated / incorrect W3C spec URLs (#27262) by Sam Clegg · 2 weeks ago
  80. e463a5d Teach metadce about WASM_ESM_INTEGRATION (#27218) by Guy Bedford · 2 weeks ago
  81. f062699 Support multi-value returns in TS definitions (#27332) by stephenduong1004 · 2 weeks ago
  82. 3f02352 Update emsdk version from 3c1f46b2 to ca2b1316 (#27361) by emscripten-bot · 2 weeks ago
  83. 7aa3cc4 [docs] Update deprecated specification URLs to https and canonical domains (#27337) by Sam Clegg · 2 weeks ago
  84. 9cbdf2d Remove mingw build script for pylauncher. NFC (#27357) by Sam Clegg · 2 weeks ago
  85. f8b30fd Bump pip dev dependency: coverage, ruff and mypy. NFC (#27350) by Sam Clegg · 2 weeks ago
  86. e44858e Update emsdk version from 3baae256 to 3c1f46b2 (#27355) by emscripten-bot · 2 weeks ago
  87. 724e288 Fix string template in rebaseline_tests.py. NFC (#27354) by Sam Clegg · 3 weeks ago
  88. d50368d Update emsdk version from 89f7c6bc to 3baae256 (#27353) by emscripten-bot · 3 weeks ago
  89. 3d621be [CI] Fix branch name update-emsdk.yml by Sam Clegg · 3 weeks ago
  90. 45be815 Improve `rebaseline_tests.py --update-emsdk` to enable llvm and binaryen version bumps (#27352) by Sam Clegg · 3 weeks ago
  91. 571371e Add changelog entry for cleanup of legacy DOM APIs. NFC (#27346) by Sam Clegg · 3 weeks ago
  92. ee5cacb Remove legacy vendor-prefixed DOM APIs and fallbacks (#27347) by Sam Clegg · 3 weeks ago
  93. 35f10b7 Remove requestFullScreen assertion. NFC (#27348) by Sam Clegg · 3 weeks ago
  94. eec3aed Report host uid/gid credentials under NODERAWFS (#27319) by Guy Bedford · 3 weeks ago
  95. a325eed Prefer single quotes for stings in JS library files. NFC (#27322) by Sam Clegg · 3 weeks ago
  96. 9619377 Improve commit message for rebaseline_tests.py emsdk updates. NFC (#27344) by Sam Clegg · 3 weeks ago
  97. 94c12a9 Fix location of openmp README.md (#27345) by Sam Clegg · 3 weeks ago
  98. f01f695 Remove workarounds for old DOM APIs prior ot event.movementX/Y (#27341) by Sam Clegg · 3 weeks ago
  99. 1416430 Remove support for old vendor-prefixed screen orientation API (#27339) by Sam Clegg · 3 weeks ago
  100. 5c65e27 Update emsdk version used in testing (#27343) by emscripten-bot · 3 weeks ago