1. 0786a77 Fix gmtime etc in STANDALONE_WASM mode (#22316) by Sam Clegg · 16 hours ago main
  2. 9b80ef1 [embind] Support TypeScript generation when using dynamic linking. (#22312) by Brendan Dahl · 20 hours ago
  3. 4a98562 [contrib.glfw3] new project version 3.4.0.20240731 (#22303) by Yan Pujante · 28 hours ago
  4. cf0ec7a Finish roll after #22308 (#22309) by Alon Zakai · 2 days ago
  5. ea35c8c [test] Remove `output_nicerizer` test feature. NFC (#22296) by Sam Clegg · 2 days ago
  6. 5912f8d Disable tests to let binaryen#6793 roll in (#22308) by Alon Zakai · 2 days ago
  7. 9b99b5d Fix argument names in em_dlopen_callback declaration. NFC (#22306) by Sam Clegg · 3 days ago
  8. 559920a Add WebP decoding support in file preloading (#22282) by Alon Zakai · 3 days ago
  9. 0384181 Fix order of resolve/reject in File URI handling code (#22283) by Alon Zakai · 3 days ago
  10. 14fb2f5 Use normal variable declaration for `GLctx`. NFC (#22299) by Sam Clegg · 3 days ago
  11. 6301ec7 Fix --emit-tsd when worker environment is required (#22302) by Marc Burns · 3 days ago
  12. a89bc61 Remove old memcpy test. NFC (#22295) by Sam Clegg · 3 days ago
  13. 87ef02c Rebaseline codesize expectations. NFC by Sam Clegg · 3 days ago
  14. 8c81cac [WasmFS] Support file resizing in JSFiles (#22275) by Alon Zakai · 10 days ago
  15. eba8702 Bump expected LLVM version from 19 to 20. NFC (#22273) by Brendan Dahl · 11 days ago
  16. ac3d85e [Docs] Add --help to docs for test/runner (#22266) by Jonah Graham · 11 days ago
  17. f470c3c [WasmFS] Fix copy-paste error in a comment (#22263) by Jonah Graham · 11 days ago
  18. d6f18ae [embind] Generate better TS def for pointers. (#22184) by Brendan Dahl · 11 days ago
  19. 782231d [FS] Fix partial write case when using _fd_write/doWritev/writev (#22261) by Jonah Graham · 11 days ago
  20. a26f20f Mark 3.1.64 as released (#22270) by Alon Zakai · 12 days ago
  21. a1fe390 [ci] Fix mac arm64 builder (#22260) by Sam Clegg · 2 weeks ago 3.1.64
  22. 32213cc tzset: Fix timezone extraction not working for all languages (#22250) by Nicolas · 2 weeks ago
  23. 9a489b0 Honor `-Wl,--no-fatal-warnings`, even in strict mode. (#22255) by Sam Clegg · 2 weeks ago
  24. 6cf4672 Cleanup test_emrun. NFC (#22256) by Sam Clegg · 2 weeks ago
  25. cc5083e [embind] Fix TypeScript generation on windows. (#22233) by Brendan Dahl · 2 weeks ago
  26. 63a9648 Fix TypeError when trying to add a sourceMappingURL section to a WASM file (#22214) by Shannon Sterz · 2 weeks ago
  27. 88eabd8 Expose `loadStructInfo` JS macro function add additional struct/macro definitions. (#22251) by Sam Clegg · 2 weeks ago
  28. 5af95da Improve SCons support (#18945) by Gabriel Lopes Veiga · 3 weeks ago
  29. cb5af84 Make emscripten_resize_heap compatible with PURE_WASI (#22217) by inkeliz · 3 weeks ago
  30. 3b2372c Save intermediate object files when `--save-temps` is used. NFC (#22239) by Sam Clegg · 3 weeks ago
  31. 7de784e [NFC] split up gen_struct_info.py's inspect_headers function (#22247) by walkingeyerobot · 3 weeks ago
  32. d99a75f Simplify test_dynamic_link. NFC (#22246) by Sam Clegg · 3 weeks ago
  33. e6e7b74 [ci] Don't run entire wasm64l test suite (#22237) by Sam Clegg · 3 weeks ago
  34. 7cbb230 Remove temporary setting of WASM_BIGINT in dylink tests. NFC (#22238) by Sam Clegg · 3 weeks ago
  35. 1ef97c7 Add target features section to bulk memory asm files (#22241) by Sam Clegg · 3 weeks ago
  36. b06dc72 Temporarily disable test_fetch_polyfill_shared_lib under memory64 (#22240) by Sam Clegg · 3 weeks ago
  37. 2ea813d [docs] Fix misspelling of "settings". NFC (#22236) by Adrian · 3 weeks ago
  38. 7fe4690 Disable all dynamic linking tests under MEMORY64=2 by Sam Clegg · 3 weeks ago
  39. 4e8dc6f Ensure emscripten root is at the start of python path (#22230) by Sam Clegg · 3 weeks ago
  40. ec14ddf Temporarily add MEMORY64=2 dylink tests by Sam Clegg · 3 weeks ago
  41. 20800de Temporarily add WASM_BIGINT to dylink tests (#22231) by Sam Clegg · 3 weeks ago
  42. d38cc52 Add support for -fstack-protector (#22229) by Sam Clegg · 3 weeks ago
  43. c890466 Remove legacy/unneeded test_dlfcn_mallocs. NFC (#22232) by Sam Clegg · 3 weeks ago
  44. d1cf63e Remove workaround for v8 bug in emscripten_resize_heap (#22221) by Sam Clegg · 3 weeks ago
  45. 7b466b4 Mark 3.1.63 as released (#22228) by Sam Clegg · 3 weeks ago 3.1.63
  46. 060c3fc Fix WebGPU limits.maxBufferSize, these are 64-bit iso 32-bit (#22187) by Glenn Croes · 3 weeks ago
  47. 031013b WebGPU: Split out webgpu struct info (#22222) by Lokbondo Kung · 3 weeks ago
  48. 7c52107 Fix racy behaviour in Ports.install_header_dir. NFC (#22225) by Sam Clegg · 3 weeks ago
  49. 3905550 Use Binaryen StackIR at the end of the pipeline (#22218) by Alon Zakai · 3 weeks ago
  50. daf5b26 Bump binaryen to 118 (#22215) by Alon Zakai · 3 weeks ago
  51. ec2f28d [NFC] Strip the names section using llvm-objcopy in the metadce tests (#22220) by Alon Zakai · 3 weeks ago
  52. 6223c43 Update SIMDe to 0.8.2 (#22216) by Michael R. Crusoe · 3 weeks ago
  53. 205a44b Rebaseline codesize expectations. NFC by Sam Clegg · 3 weeks ago
  54. 493649d Factor out html5 event faking code used in browser tests. NFC (#22204) by Sam Clegg · 4 weeks ago
  55. c29afab test_browser.py: Remove some unnecessary use of EXPORTED_FUNCTIONS. NFC (#22209) by Sam Clegg · 4 weeks ago
  56. dcee505 Cleanup test_sdl_pumpevents. NFC (#22208) by Sam Clegg · 4 weeks ago
  57. d9bd4cb Add changelog entries for 3.1.63. NFC (#22210) by Sam Clegg · 4 weeks ago
  58. d0f71d3 Cleanup test_keydown_preventdefault_proxy. NFC (#22206) by Sam Clegg · 4 weeks ago
  59. 937ea64 Update SIMDe to 0.7.6 (#19304) by Michael R. Crusoe · 4 weeks ago
  60. 217010a Convert several browser tests from C++ to C. NFC (#22200) by Sam Clegg · 4 weeks ago
  61. b7f5e59 Fix html5 events, broken by recent EM_BOOL change (#22201) by Sam Clegg · 4 weeks ago
  62. 65c138f Add missing `malloc` dependency in library_websocket.js (#22198) by Sam Clegg · 4 weeks ago
  63. b3c2567 Rebaseline codesize expectations. NFC by Sam Clegg · 4 weeks ago
  64. 0a3d090 Remove stray $ character from logging message. NFC (#22183) by Sam Clegg · 4 weeks ago
  65. 2df5d9e Disallow EMTEST_SAVE_DIR, which has not worked in mode 2 (#22178) by Alon Zakai · 4 weeks ago
  66. 81e1535 Update strptime test expectations. NFC (#22177) by Sam Clegg · 4 weeks ago
  67. e79c0e2 Temporarily disable test_biggerswitch (#22180) by Sam Clegg · 4 weeks ago
  68. 74ada83 Mark 3.1.62 as released (#22174) by Sam Clegg · 5 weeks ago
  69. 6ea5dd1 Preserve system library ordering even under EMCC_FORCE_STDLIBS=1 (#22171) by Sam Clegg · 5 weeks ago
  70. 658a95d Use more modern JS in library_html5.js. NFC (#22164) by Sam Clegg · 5 weeks ago
  71. a7b833c webpack/bundler Fix: Update worker JS file import URL to be compatible with bundlers (#22165) by Will Usher · 5 weeks ago
  72. 35be995 Remove redundant JS variable in library_html5.js. NFC (#22163) by Sam Clegg · 5 weeks ago
  73. 34c1aa3 Rename generated struct info files. NFC (#22160) by Sam Clegg · 5 weeks ago 3.1.62
  74. 2dc74c8 Use C/C++ bool type to implement EM_BOOL (#22157) by Sam Clegg · 5 weeks ago
  75. 09b765f [embind] Return value policy support for properties. (#21935) by Brendan Dahl · 5 weeks ago
  76. b1422fc Add a benchmarker that stores sizes in a skia perf compatible file. (#22097) by Brendan Dahl · 5 weeks ago
  77. b8c6e23 Reword docs for HTML5_SUPPORT_DEFERRING_USER_SENSITIVE_REQUESTS. NFC (#22154) by Sam Clegg · 5 weeks ago
  78. 0f73b36 [contrib.glfw3] new version (Fix return type mismatch) (#22156) by Yan Pujante · 5 weeks ago
  79. 5fcf71c Improve test_strptime_symmetry. NFC (#22152) by Sam Clegg · 5 weeks ago
  80. a864dde Cleanup parse_benchmark_output. NFC (#22150) by Sam Clegg · 5 weeks ago
  81. b09d328 Updated Arch Linux external references (#22151) by Kristopher James Kent · 5 weeks ago
  82. addff4f Use musl implementation of strftime rather than custom JS code. NFC (#21379) by Sam Clegg · 5 weeks ago
  83. 64acac2 Rename test/optimizer -> test/js_optimizer. NFC (#22143) by Sam Clegg · 5 weeks ago
  84. 201065a Remove unused test files. NFC (#22144) by Sam Clegg · 5 weeks ago
  85. 53d8fd1 Improve comment preservation in acorn-optimizer. NFC (#22136) by Sam Clegg · 6 weeks ago
  86. 5028d4f Add webpack test that covers EXPORT_ES6. NFC (#22142) by Sam Clegg · 6 weeks ago
  87. db9b1fb [contrib.glfw3] new version (workaround / bug fix) (#22141) by Yan Pujante · 6 weeks ago
  88. 28e5957 Add environment variable to select which benchmarkers to run. (#22139) by Brendan Dahl · 6 weeks ago
  89. d079eca Remove non-working emscripten_fetch_wait / EMSCRIPTEN_FETCH_WAITABLE. NFC (#22138) by Sam Clegg · 6 weeks ago
  90. b963a9b Fix a crash in glUniform* miniTempWebGL*Buffers optimization (#22130) by Kai Ninomiya · 6 weeks ago
  91. b0ca7ae Update npm dependencies. NFC (#22122) by Sam Clegg · 6 weeks ago
  92. 150af6e Fix single line comment preservation in acorn-optimizer (#22125) by Sam Clegg · 6 weeks ago
  93. bb220d8 Remove `ERRNO_MESSAGES` from JS library. NFC (#21172) by Sam Clegg · 6 weeks ago
  94. eb47e28 Mention reference-types is enabled by default in ChangeLog (#22120) by Heejin Ahn · 6 weeks ago
  95. 82b0d74 Cleanup fetch tests. NFC (#22109) by Sam Clegg · 6 weeks ago
  96. 77448a9 Fix for `-pthread` + `-sRELOCATABLE` (#22110) by Sam Clegg · 6 weeks ago
  97. daa89dc Disable message translation within musl. NFC (#22116) by Sam Clegg · 6 weeks ago
  98. 77bc7c1 Fix typo in settings.js. NFC (#22114) by Shlomi Fish · 6 weeks ago
  99. 1e62a0d [ci] Remove macOS x86_64 testing (#22111) by Sam Clegg · 7 weeks ago
  100. 131cb71 Rebaseline codesize expectations. NFC by Sam Clegg · 7 weeks ago