1. 319a76c Replace `FS_createPreloadedFile` with async version (#24917) by Sam Clegg · 34 minutes ago main
  2. b6ab3e4 Remove separate growableHeap.js. NFC (#24922) by Sam Clegg · 3 hours ago
  3. 59f01d8 [file_packager] Use null chaining. NFC (#24921) by Sam Clegg · 3 hours ago
  4. 678bcbf Use `withStackSave` in `emscripten_async_wget`. NFC (#24918) by Sam Clegg · 5 hours ago
  5. fb88001 Avoid use of `dependenciesFulfilled` in `emscripten_lazy_load_code`. NFC (#24916) by Sam Clegg · 20 hours ago
  6. 43baa09 Convert `FS_handledByPreloadPlugin` and plugin `handle` callback to async. (#24914) by Sam Clegg · 20 hours ago
  7. df64a3d [libdylink.js] Avoid string key for private field. NFC (#24915) by Sam Clegg · 21 hours ago
  8. a105a6a Update SDL2 from 2.32.0 to 2.32.8 (#24912) by Sam Clegg · 26 hours ago
  9. 0a355ee Avoid unnecessary use of array.forEach in JS. NFC (#24895) by Sam Clegg · 26 hours ago
  10. 889fda2 [file_packager] Convert fetchRemotePackage to async. NFC (#24893) by Sam Clegg · 27 hours ago
  11. 59cb965 Mark `--preload-file` as incompatible with `MINIMAL_RUNTIME`. NFC (#24910) by Sam Clegg · 27 hours ago
  12. dfd6162 Remove launcher scripts from git (#23761) by Sam Clegg · 28 hours ago
  13. 5cfdfaa Remove assertions on the return type of URL.createObjectURL. NFC (#24909) by Sam Clegg · 28 hours ago
  14. d7c8aa7 [file_packager] Remove handleError. NFC (#24908) by Sam Clegg · 2 days ago
  15. 7b640e5 Make sdl-config/sdl2-config into simple shell scripts (#24907) by Sam Clegg · 2 days ago
  16. 83b1301 [file_packager] Remove unused `errback` fetchRemovePackage. NFC (#24904) by Sam Clegg · 2 days ago
  17. 9aeb3f0 Cleanup test_missing_data_throws_error. NFC (#24902) by Sam Clegg · 2 days ago
  18. 3e1993c [file_packager] Remove support for old fetch polyfill. NFC (#24901) by Sam Clegg · 2 days ago
  19. af78792 Fix test_prepost_run_dep after #24890 (#24898) by Sam Clegg · 4 days ago
  20. a344849 Remove unused function in audioPlugin_handle. NFC (#24896) by Sam Clegg · 5 days ago
  21. 3901c02 Automatic rebaseline of codesize expectations. NFC (#24897) by github-actions[bot] · 5 days ago
  22. c78a68d Roll emdawnwebgpu port to v20250807 (#24889) by Kai Ninomiya · 5 days ago
  23. 10a4a9e Require `id` in addRunDependency/removeRunDependency (#24890) by Sam Clegg · 5 days ago
  24. eb9b5a2 Use btest_exit in test_memory_growth_during_startup. NFC (#24894) by Sam Clegg · 5 days ago
  25. 592d12d [file_packager] Convert preload caching functions to async. NFC (#24885) by Sam Clegg · 5 days ago
  26. 7990b15 [test] Improve test_preload_caching_indexeddb_name. NFC (#24888) by Sam Clegg · 5 days ago
  27. f4a5267 Fix reference for undefined `errback`. NFC (#24886) by Sam Clegg · 5 days ago
  28. 03f6d1a Automatic rebaseline of codesize expectations. NFC (#24887) by github-actions[bot] · 5 days ago
  29. 4c3f383 [file_packager] Convert openDatabase to async/await. NFC (#24883) by Sam Clegg · 6 days ago
  30. 14dd929 [file_packager] Remove redundant `isNode` check (#24884) by Sam Clegg · 6 days ago
  31. 3b4c5cc [file_packager] Convert metadata handling to async. NFC (#24882) by Sam Clegg · 6 days ago
  32. 0331e82 Move clang flags handling to new `compile.py` file. NFC (#24880) by Sam Clegg · 6 days ago
  33. 174dca8 [emcc.py] Minor refactor in compile_source_file. NFC (#24881) by Sam Clegg · 6 days ago
  34. 56eae66 Reflect wasm-dis change enabling all features in test (#24876) by Heejin Ahn · 6 days ago
  35. a6d1c87 [AUDIO_WORKLET] Tidy and document the worklet processing code. NFC (#24878) by Carl Woffenden · 6 days ago
  36. 6aff524 Simplify llvm tool location. NFC (#24879) by Sam Clegg · 6 days ago
  37. 8b61b94 Remove duplicate `also_with_wasmfs` test decorator. NFC (#24875) by Sam Clegg · 6 days ago
  38. 0ba2fc2 Remove internal USE_READY_PROMISE (#24874) by Sam Clegg · 7 days ago
  39. 9152fca Return non-zero on error from preprocessor.js (#24873) by Sam Clegg · 7 days ago
  40. 857e7ff Update ruff checks in tools/maint/pre-push. NFC (#24872) by Sam Clegg · 7 days ago
  41. d4d2496 Add maint script: find_unused_settings.py. NFC (#24869) by Sam Clegg · 7 days ago
  42. d4537ff Fix WASM_WORKERS + MINIMAL_RUNTIME to transfer compiled module (#24865) by Sam Clegg · 7 days ago
  43. 72a18eb [AUDIO_WORKLET] fix emscripten_create_audio_context for wasm64 (#24866) by Carl Woffenden · 7 days ago
  44. 6e482b5 Automatic rebaseline of codesize expectations. NFC (#24867) by github-actions[bot] · 7 days ago
  45. 32f8202 Fix for MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION + ENVIRONMENT=web (#24863) by Sam Clegg · 7 days ago
  46. 7f17327 Fix IDBFS autoPersist on mkdir (#24799) by handlerug · 8 days ago
  47. 1b430a3 [AUDIO_WORKLET] Add support for MEMORY64 with 2GB and 4GB heap (#24732) by Carl Woffenden · 8 days ago
  48. 3ec2875 Migrate away from EXPORTED_FUNCTIONS for test_fs_idbfs_sync (#24864) by handlerug · 8 days ago
  49. 01628ae Cleanup some test. NFC (#24861) by Sam Clegg · 8 days ago
  50. 252ed11 Fix sanitizer builds of test_minimal_runtime_hello_world. NFC (#24860) by Sam Clegg · 8 days ago
  51. 052cd1a Error on use of for MINIMAL_RUNTIME_STREAMING_* + SINGLE_FILE (#24859) by Sam Clegg · 9 days ago
  52. 03b668a Only create compiler entry points for the current platform (by default) (#24857) by Sam Clegg · 9 days ago
  53. 52e67f1 [emcc] Refactor incompatible settings error reporting. NFC (#24853) by Sam Clegg · 9 days ago
  54. a2b1fdd Remove skipTest from canvas_animate_resize. NFC (#24855) by Sam Clegg · 9 days ago
  55. 03a8ee1 Mark MINIMAL_RUNTIME_STREAMING_WASM_COMPILATION as requiring html output (#24849) by Sam Clegg · 9 days ago
  56. 636787e Fix asan and lsan tests after #24831. NFC (#24856) by Sam Clegg · 9 days ago
  57. df9dfe0 [deps]: Bump the development-dependencies group with 8 updates (#24847) by dependabot[bot] · 12 days ago
  58. ddff8d5 [Fetch] fetchXHR callbacks are always specified. NFC (#24845) by Sam Clegg · 12 days ago
  59. 0e9686a Avoid installing alltypes.h.in. NFC (#24843) by Sam Clegg · 12 days ago
  60. e500d61 [Fetch] Avoid assigned to XMLHttpRequest.status field (#24841) by Sam Clegg · 12 days ago
  61. cbbc783 Automatic rebaseline of codesize expectations. NFC (#24844) by github-actions[bot] · 12 days ago
  62. 14da0a2 Fix signedness/type mismatches when marshaling stat-related structs (#24772) by Kleis Auke Wolthuizen · 12 days ago
  63. e6d6ef5 Revise `alltypes.h` update process. NFC (#24773) by Kleis Auke Wolthuizen · 12 days ago
  64. 5105b4f Mark 4.0.12 as released (#24839) by emscripten-bot · 12 days ago
  65. 0bdea1f Automatic rebaseline of codesize expectations. NFC (#24840) by github-actions[bot] · 12 days ago
  66. cd1f6cc Cleanup test/fs tests. NFC (#24831) by Sam Clegg · 12 days ago
  67. aac42d0 Automatic rebaseline of codesize expectations. NFC (#24837) by github-actions[bot] · 12 days ago
  68. c227930 [WasmFS] Fix linkage of `wasmfs_create_root_dir`. NFC (#24834) by Sam Clegg · 12 days ago
  69. e8d2b61 Automatic rebaseline of codesize expectations. NFC (#24835) by github-actions[bot] · 13 days ago
  70. 6f625bd Fix windows color terminal output (#24828) by Sam Clegg · 13 days ago 4.0.12
  71. e5c41db Add support for clang's color diagnostics flags (#24827) by Sam Clegg · 13 days ago
  72. fe1d2ee [embind] Add pointer policies for setting val object properties. (#24811) by Brendan Dahl · 13 days ago
  73. b8660f6 Automatic rebaseline of codesize expectations. NFC (#24829) by github-actions[bot] · 13 days ago
  74. 84c4a9d [llvm-libc] Import assert and complex into Emscripten (#24818) by google-yfyang · 13 days ago
  75. 8f638f8 Simplify em_js func types check. NFC (#24821) by Ingvar Stepanyan · 13 days ago
  76. 0cb8646 Avoid injecting `--experimental-wasm-bigint` into `#!` line when creating node-runnable output (#24808) by Sam Clegg · 14 days ago
  77. e77e985 Fix GLUT window resizing when CSS scaling (#24699) by Erik Larsen · 14 days ago
  78. 94d1e77 Use `var` and `undefined` in libwebaudio.js. NFC (#24814) by Sam Clegg · 14 days ago
  79. 9886169 Cleanup test_fs_idbfs_sync. NFC (#24820) by Sam Clegg · 14 days ago
  80. ef5ae35 [test] Remove unnecessary bigint flags. NFC (#24815) by Sam Clegg · 2 weeks ago
  81. 234ee52 [CI] Switch back to chrome unstable. NFC (#24816) by Sam Clegg · 2 weeks ago
  82. 653d765 Automatic rebaseline of codesize expectations. NFC (#24817) by github-actions[bot] · 2 weeks ago
  83. bf6eadf [file-packager] Warn about mixing --preload and --embed in the same command. NFC (#24806) by Sam Clegg · 2 weeks ago
  84. 0af682e [llvm-libc] Import setjmp from llvm-libc (#24765) by google-yfyang · 2 weeks ago
  85. be3fe6b Fix test_build_error_color after #24804 (#24810) by Sam Clegg · 2 weeks ago
  86. 45f53fb Use the power of the walrus. NFC (#24809) by Sam Clegg · 2 weeks ago
  87. 6422dc9 Automatic rebaseline of codesize expectations. NFC (#24812) by github-actions[bot] · 2 weeks ago
  88. 3c1f975 Cleanup some WASM_BIGINT handling (#24796) by Sam Clegg · 2 weeks ago
  89. 2039bc7 Show emcc diagnostics in bold (#24804) by Sam Clegg · 2 weeks ago
  90. 38186d1 Use diagnostics helpers in file_packager.py. NFC (#24805) by Sam Clegg · 2 weeks ago
  91. fce364a Fix skipping reftests and add helper to skip ref tests. (#24798) by Brendan Dahl · 2 weeks ago
  92. e3b26f9 [pthreads] Use blob to create worker in single file mode. (#24784) by Brendan Dahl · 2 weeks ago
  93. ee58484 Simplify `new Function` call. NFC (#24794) by Sam Clegg · 2 weeks ago
  94. e0b5f9f Fix bug in dynCalls generation (#24797) by Sam Clegg · 2 weeks ago
  95. 1d05ff8 [embind] Fix and test for incorrect dynCalls signature (#24791) by Carl Woffenden · 2 weeks ago
  96. 5c9c390 Cleanup handleWebGLProxying. NFC (#24793) by Sam Clegg · 2 weeks ago
  97. ec93a04 [embind] Handle -fno-exceptions and try/catch redefinition macros. (#24787) by Brendan Dahl · 3 weeks ago
  98. 7bf2342 Simplify MODULARIZE code to always use async factory function (#24727) by Sam Clegg · 3 weeks ago
  99. afb59ff Update docs for min version of node and python. NFC (#24786) by Sam Clegg · 3 weeks ago
  100. e0163ab Add support for `reallocarray` libc function (#24775) by Sam Clegg · 3 weeks ago