1. ca200ba Implement epoll APIs in the JS filesystem (#27207) by Guy Bedford · 10 hours ago main
  2. bd3bbea Remove experimental warning from `-sJSPI` (#27559) by Sam Clegg · 13 hours ago
  3. c333eb4 Split test_sockets.py into node and browser suites (#27555) by Guy Bedford · 15 hours ago
  4. 5f9f690 Mark 6.0.7 as released (#27557) by emscripten-bot · 15 hours ago
  5. c6285f2 Remove support for non-standard -no-pthreads command line flag (#27546) by Sam Clegg · 19 hours ago
  6. 4b47df0 Update emsdk version from ad5e904b to ae6cb9c1 (#27554) by emscripten-bot · 19 hours ago
  7. 4e8b63e Update emsdk version from ee36f30f to ad5e904b (#27550) by emscripten-bot · 2 days ago
  8. ea0b9f2 Update emsdk version from 614bcd22 to ee36f30f (#27548) by emscripten-bot · 3 days ago
  9. 4483d70 [docs] Remove old comment regarding nascent DOM Level 3 Events spec (#27363) by Sam Clegg · 4 days ago 6.0.7
  10. 8aca6b0 Bump oldest supported safari version from v14.1 to v15 (#27542) by Sam Clegg · 4 days ago
  11. 6313a2d Add extended-const to feature matrix and pass to wasm-ld (#27532) by Sam Clegg · 4 days ago
  12. b2c4622 Add test for `shm_open` and `shm_unlink` (#27540) by Sam Clegg · 4 days ago
  13. 85b2c5b Update emsdk version from c896a3e2 to 614bcd22 (#27541) by emscripten-bot · 4 days ago
  14. 8fd74d6 Update emsdk version from 198cb40d to c896a3e2 (#27539) by emscripten-bot · 5 days ago
  15. c3d5288 [ports] Fix fetching binary data via curl and test binary downloads (#27538) by Sam Clegg · 5 days ago
  16. f1bd4a6 Fix other.test_download_failure on macOS (#27536) by Sam Clegg · 5 days ago
  17. 5ef23f2 [EH] Move EH status management to exceptions.js (#27528) by Heejin Ahn · 5 days ago
  18. 801c2fb Update emsdk version from 3bac87be to 198cb40d (#27535) by emscripten-bot · 5 days ago
  19. 7cc2974 Update emsdk version from 47206388 to 3bac87be (#27534) by emscripten-bot · 5 days ago
  20. ace19a3 [ci] Add test-linux-arm64 CI job (#27505) by Sam Clegg · 6 days ago
  21. 250762d [ports] Catch exceptions when downloading ports to avoid full backtrace (#27529) by Sam Clegg · 6 days ago
  22. 0d654ba [docs] Improve CMake documentation and add emcmake example (#27530) by Sam Clegg · 6 days ago
  23. cad9eef Update emsdk version from be99a1e2 to 47206388 (#27527) by emscripten-bot · 6 days ago
  24. 9d9c257 Fix missing closing parentheses under `GL_DEBUG` (#27517) by Kleis Auke Wolthuizen · 6 days ago
  25. 71bd2a8a Update Freetype to 2.14.3 (#27526) by HCL-JasonR · 6 days ago
  26. 97e496b Do not check `isFileURI` in `SINGLE_FILE` mode (#27521) by Sam Clegg · 7 days ago
  27. 3858c43 Fix exporting of invalid JavaScript identifiers (#27522) by Hendrik Hübner · 7 days ago
  28. abdb6fd Remove "EXPORTED_FUNCTIONS used when linkable set" warning (#27514) by Hood Chatham · 7 days ago
  29. 016715b [openal] Remove code duplication in setSourceParam(AL_BUFFER). NFC (#27513) by Sam Clegg · 7 days ago
  30. 44b5169 [test] Connect to 127.0.0.1 in verify_tcp_connection to fix socket test timeouts (#27523) by Sam Clegg · 7 days ago
  31. 191e23c Update wasm-eh requirements in test_embind_tsgen_exceptions (#27524) by Sam Clegg · 7 days ago
  32. 694e451 Update emsdk version from 8d72db9a to be99a1e2 (#27519) by emscripten-bot · 7 days ago
  33. 249c13b Consistent closure compiler args (#27516) by Sam Clegg · 7 days ago
  34. 3ff1a6c Prevent HTML minification from corrupting embedded WASM data (#27509) by Sam Clegg · 7 days ago
  35. baab80c [ci] Verify cmake and ninja installation after choco install (#27512) by Sam Clegg · 8 days ago
  36. 032b3ba Require node v26 for GROWABLE_ARRAYBUFFERS feature (#27105) by Sam Clegg · 8 days ago
  37. 5198bc5 Update emsdk version from 43184c3b to 8d72db9a (#27510) by emscripten-bot · 8 days ago
  38. 11230eb Link the Wasm EH runtime under -fwasm-exceptions without requiring C++ (#27496) by Guy Bedford · 8 days ago
  39. 443f970 [pthread] Clear waitAsync waiter in returnWorkerToPool to prevent deadlock (#27501) by Sam Clegg · 8 days ago
  40. 4b49a33 Update emsdk version from cef24b4f to 43184c3b (#27507) by emscripten-bot · 9 days ago
  41. 15351ff [contrib.glfw3] Upgraded emscripten-glfw to latest 3.5.1 GLFW API (#27508) by Yan Pujante · 9 days ago
  42. b1fc37f Update emsdk version from 763c2d21 to cef24b4f (#27502) by emscripten-bot · 10 days ago
  43. 2f3d9cc [Emscripten-EH] Implement `__cxa_throw` in terms of `_Unwind_RaiseException` (#27498) by Sam Clegg · 11 days ago
  44. ec43f61 Update instantiateWasm docs and tests (#27493) by Hood Chatham · 11 days ago
  45. 4946c02 [test] Assert parameterize arguments are tuples and convert test lists (#27495) by Sam Clegg · 11 days ago
  46. ba1040c Update emsdk version from 36d4c36b to 763c2d21 (#27497) by emscripten-bot · 11 days ago
  47. 8be44a7 Update comment about passing --no-shlib-sigcheck when configuring (#27494) by Hood Chatham · 12 days ago
  48. b1be552 Turn off shared library signature check for autoconf checks (#27470) by Hood Chatham · 12 days ago
  49. eb51a98 Remove extra line breaks in JS error messages. NFC (#27489) by Sam Clegg · 12 days ago
  50. ad0641c Update emsdk version from 504cd45c to 36d4c36b (#27491) by emscripten-bot · 12 days ago
  51. 0134648 Support JS libraries self-registering their exports with visibility attributes (#27436) by Guy Bedford · 13 days ago
  52. 2f34f27 Mark 6.0.6 as released (#27490) by emscripten-bot · 13 days ago
  53. d40790b Fix warnings in box2d and bullet benchmarks. NFC (#27488) by Sam Clegg · 13 days ago
  54. 739800b [eventloop] Fix main loop keepalive cleanup when cancelling or pausing (#27468) by Sam Clegg · 13 days ago
  55. 6d5db10 Update emsdk version from d155441c to 504cd45c (#27484) by emscripten-bot · 13 days ago
  56. ce75e06 Fix benchmarks after DEFAULT_TO_CXX change (#27487) by Sam Clegg · 13 days ago 6.0.6
  57. cbd604f [docs] Update emscripten_get_compiler_setting documentation (#27482) by Sam Clegg · 14 days ago
  58. 4ebe72e Remove warning when compiling to `.bc` file (#27481) by Sam Clegg · 14 days ago
  59. feec5c0 Remove LTO from COMPILE_TIME_SETTINGS. NFC (#27483) by Sam Clegg · 14 days ago
  60. b736ef5 Add example config and testing for meson build system (#27478) by Sam Clegg · 2 weeks ago
  61. 6ec69f5 Disable C++ linking (DEFAULT_TO_CXX) by default (#27469) by Sam Clegg · 2 weeks ago
  62. 9c8b0c1 Update emsdk version from cffe26f6 to d155441c (#27479) by emscripten-bot · 2 weeks ago
  63. 2073d7d [EH] Reenable Wasm EH tests (#27457) by Heejin Ahn · 2 weeks ago
  64. 7301d6e Fix embind exports with MODULARIZE=instance and AUTO_INIT (#27414) by Guy Bedford · 2 weeks ago
  65. f641579 Update emsdk version from ed44e9ca to cffe26f6 (#27477) by emscripten-bot · 2 weeks ago
  66. 1570c07 [deps]: Bump the production-dependencies group with 2 updates (#27475) by dependabot[bot] · 2 weeks ago
  67. 9afaf97 Update emsdk version from f1215009 to ed44e9ca (#27474) by emscripten-bot · 2 weeks ago
  68. 349bde9 Use more python f-strings. NFC (#27467) by Sam Clegg · 3 weeks ago
  69. 7affcce Use argv[0] to determine em++ vs emcc. NFC (#27465) by Sam Clegg · 3 weeks ago
  70. a42bfb3 [emcc.py] Use get_clang helper. NFC (#27464) by Sam Clegg · 3 weeks ago
  71. b6ca1fe Move EMCC_REPRODUCE handling. NFC (#27462) by Sam Clegg · 3 weeks ago
  72. 28c2296 Add Safari version check around `webkitfullscreenchange`. NFC (#27461) by Sam Clegg · 3 weeks ago
  73. a11b6cf Extract handle_early_exit_flags in emcc.py. NFC (#27460) by Sam Clegg · 3 weeks ago
  74. 7bc2c09 Remove unused test files. NFC (#27458) by Sam Clegg · 3 weeks ago
  75. 6b7c15c Update emsdk version from ded6d7cb to f1215009 (#27459) by emscripten-bot · 3 weeks ago
  76. 7e97d35 [emcc] Defer early exit flag handling until after option parsing (#27454) by Sam Clegg · 3 weeks ago
  77. 39a0a85 Handle symbolic links in create_entry_points.py (#27453) by Sam Clegg · 3 weeks ago
  78. d212b13 [EH] Apply Call EH personality fix from LLVM (#27445) by Heejin Ahn · 3 weeks ago
  79. 8682166 [test] Parse start hex offset when extracting WAT address in test_dwarf (#27455) by Sam Clegg · 3 weeks ago
  80. 1754f78 Remove all references to webkitAudioContext. NFC (#27444) by Sam Clegg · 3 weeks ago
  81. c8cfa1e Remove errors on ancient EMMAKEN environment variables (#27452) by Sam Clegg · 3 weeks ago
  82. 223995c Remove internal `settings.LTO` in favor of `options.lto` (#27422) by Sam Clegg · 3 weeks ago
  83. 00149c0 Use `cmdline.options` consistently. NFC (#27439) by Sam Clegg · 3 weeks ago
  84. 306c32f [jslib] Minor cleanups to JS library files. NFC (#27441) by Sam Clegg · 3 weeks ago
  85. eb0aefe [html5] Align event_data in callback_args_t to max_align_t (#27450) by Sam Clegg · 3 weeks ago
  86. f4509e4 [EH] Make test_embind_val_coro_catch_cpp_exception use @with_all_eh_sjlj (#27446) by Heejin Ahn · 3 weeks ago
  87. 6e20fdc Update emsdk version from 61d205aa to ded6d7cb (#27451) by emscripten-bot · 3 weeks ago
  88. c407b75 Remove a stray line from ChangeLog (#27443) by Heejin Ahn · 3 weeks ago
  89. 38e35eb Update libcxx and libcxxabi from LLVM 21.1.8 to 22.1.8 (#27428) by Heejin Ahn · 3 weeks ago
  90. 86ea17d [OpenAL] Fix sourceSeek crash on stopped sources (#27426) by Sam Clegg · 3 weeks ago
  91. 2768c9f Refactor src/lib/libopenal.js. NFC (#27425) by Sam Clegg · 3 weeks ago
  92. 370104f Update emsdk version from fab320b1 to 61d205aa (#27440) by emscripten-bot · 3 weeks ago
  93. c5e54ea Update OpenMP from LLVM 1823581ecb to 22.1.8 (#27437) by Heejin Ahn · 3 weeks ago
  94. 1ab2950 Mark 6.0.5 as released (#27438) by emscripten-bot · 3 weeks ago
  95. f11cc0b Experimental shared Wasm GC support (#27427) by Thomas Lively · 3 weeks ago
  96. 784b48f Add AF_UNIX named (pathname) stream socket support under NODERAWSOCKETS (#27424) by Guy Bedford · 3 weeks ago
  97. 9e8fbbd [CI] When updating emsdk version, update existing PR. NFC (#27432) by Sam Clegg · 3 weeks ago
  98. 216a193 Fix benchmark.test_zzz_poppler. NFC (#27434) by Sam Clegg · 3 weeks ago
  99. df30ada Update emsdk version from 5e3cfa38 to fab320b1 (#27433) by emscripten-bot · 3 weeks ago
  100. f70cc14 Avoid running wasm-as with `--all-features` (#27431) by Sam Clegg · 3 weeks ago