1. 833fa33 [emsdk] Remove references to old output files such as .worker.js. NFC (#1585) by Sam Clegg · 20 hours ago upstream/main
  2. 404dc1e Release 4.0.13 (#1582) by emscripten-bot · 6 days ago upstream/4.0.13
  3. f39e849 Release 4.0.12 (#1579) by emscripten-bot · 3 weeks ago upstream/4.0.12
  4. e062c54 Add bazel feature for wasm-exceptions (#1575) by ZL · 4 weeks ago
  5. d49219d Release 4.0.11 (#1572) by emscripten-bot · 5 weeks ago upstream/4.0.11
  6. d845e50 Fix python search path in emsdk launcher scripts (#1571) by Sam Clegg · 6 weeks ago
  7. 62a853c Release 4.0.10 (#1565) by emscripten-bot · 2 months ago upstream/4.0.10
  8. 2d480a1 Update Node.js to LTS 22.16.0. (#1563) by juj · 3 months ago
  9. cfe7ccf Update python version note for Linux. (#1562) by juj · 3 months ago
  10. d07c793 Update Python to 3.13.3 and add support to Windows on ARM64. (#1477) by juj · 3 months ago
  11. 3bcf1dc Release 4.0.9 (#1559) by emscripten-bot · 3 months ago upstream/4.0.9
  12. 419021f Release 4.0.8 (#1556) by emscripten-bot · 4 months ago upstream/4.0.8
  13. 29cee8f Use raw string to avoid regex warning (#1552) by Sam Clegg · 4 months ago
  14. c69d433 Release 4.0.7 (#1549) by emscripten-bot · 4 months ago upstream/4.0.7
  15. 2e1e02e Don't build binaryen tests (#1551) by Sam Clegg · 4 months ago
  16. 0992ad5 Fix updating of MODULE.bazel in update_bazel_workspace.py (#1550) by Sam Clegg · 4 months ago
  17. ed2035a Bazel: Migrate to bzlmod (#1530) by Conrad Burchert · 4 months ago
  18. 24fc909 Release 4.0.6 (#1542) by emscripten-bot · 5 months ago upstream/4.0.6
  19. 7c8f0a2 Remove closure compile hack when running `npm ci` (#1541) by Sam Clegg · 5 months ago
  20. b665079 Release 4.0.5 (#1536) by emscripten-bot · 5 months ago upstream/4.0.5
  21. 0742117 Release 4.0.4 (#1534) by emscripten-bot · 6 months ago upstream/4.0.4
  22. 49ccc1d Do not mark cache generation as local (#1533) by David Neil · 6 months ago
  23. 85390ce Bazel: Pass nodejs binary path as an environment variable. (#1518) by Conrad Burchert · 6 months ago
  24. 580895a create-release.yml: Use version number in branch name (#1522) by Derek Schuff · 6 months ago
  25. 127ce42 Release 4.0.3 (#1521) by emscripten-bot · 6 months ago upstream/4.0.3
  26. 539e404 Release 4.0.2 (#1516) by emscripten-bot · 7 months ago upstream/4.0.2
  27. 9dbdc4b Release 4.0.1 (#1510) by emscripten-bot · 7 months ago upstream/4.0.1
  28. 9853a6b 4.0.0 (#1513) by Derek Schuff · 7 months ago upstream/4.0.0
  29. 1f00f5d Allow overriding version number in create_release.py (#1512) by Derek Schuff · 7 months ago
  30. 0e594bc Update node for bazel (#1511) by walkingeyerobot · 7 months ago
  31. ce1d281 Fix bazel ci (#1504) by walkingeyerobot · 8 months ago
  32. 3d6d8ee Release 3.1.74 (#1502) by emscripten-bot · 8 months ago upstream/3.1.74
  33. 095c488 Python lint: Use flake8 --extend-ignore instead of --ignore (#1498) by Christian Clauss · 9 months ago
  34. b644e2e Python lint: Upgrade to flake8=7.1.1 (#1497) by Christian Clauss · 9 months ago
  35. ac2adfe Fix typos discovered by codespell (#1496) by Christian Clauss · 9 months ago
  36. c7d7853 bazel: update rules_nodejs and migrate to rules_js (#1436) by Eric Higgins · 9 months ago
  37. 6abe512 Release 3.1.73 (#1492) by emscripten-bot · 9 months ago upstream/3.1.73
  38. cbbb7f3 Enable auto-merge for bot-created PRs (#1490) by Derek Schuff · 9 months ago
  39. 75eb952 Release 3.1.72 (#1489) by emscripten-bot · 9 months ago upstream/3.1.72
  40. e7fd5fd Add "release" label to PRs created for releases (#1486) by Derek Schuff · 10 months ago
  41. 59108b0 Release 3.1.71 (#1484) by emscripten-bot · 10 months ago upstream/3.1.71
  42. 019b660 Update release tagging workflow to handle external triggering (#1482) by Derek Schuff · 10 months ago
  43. d63e0d4 Don't install java when installing windows sdk (#1324) by Sam Clegg · 10 months ago
  44. 2514ec7 Release 3.1.70 (#1481) by emscripten-bot · 10 months ago upstream/3.1.70
  45. 861ce44 Pin python requests library to 2.32.3. (latest at the time of writing) (#1478) by juj · 10 months ago
  46. 1e2f1a2 Update Node from 18.20.3 LTS to 20.18.0 in precompiled releases. (#1476) by juj · 10 months ago
  47. 5e398ab Update Node to 20.18.0 LTS and add support for Windows on ARM64 to Node packages. (#1473) by juj · 10 months ago
  48. 8a99ae8 Use zip_cmd() and unzip_cmd() in update_node.py as well. (#1471) by juj · 10 months ago
  49. eda31dc Only upload node with gsutil in update_node.py if --upload is passed. (#1472) by juj · 10 months ago
  50. dc6e0d4 Remove temp zip after uncompressing in update_python.py (#1470) by juj · 10 months ago
  51. 2ba3fca Remove old unsupported MinGW and Gnu grep tools. (#1468) by juj · 10 months ago
  52. 53249b9 Remove old unused node.js versions from manifest. (#1467) by juj · 10 months ago
  53. 35439da Include psutil module in the python build to enable emrun to track when browser process finishes. (#1464) by juj · 10 months ago
  54. 2c42698 Remove old Python versions from manifest: no package uses these python versions anymore. (#1465) by juj · 10 months ago
  55. 8e661c8 Add release reviewers to release creation PRs (#1455) by Derek Schuff · 10 months ago
  56. 50dffe1 Add git pull to README.md (#1460) by slowriot · 10 months ago
  57. a36df02 Release 3.1.69 (#1456) by github-actions[bot] · 10 months ago upstream/3.1.69
  58. 54ef088 Release 3.1.68 (#1453) by github-actions[bot] · 11 months ago upstream/3.1.68
  59. f809c11 [NFC] Fix a typo in README.md (#1451) by Victor · 11 months ago
  60. a2383b3 Release 3.1.67 (#1448) by github-actions[bot] · 11 months ago upstream/3.1.67
  61. 20edf66 Switch token name in release action (#1446) by Derek Schuff · 11 months ago
  62. a72a42a Release 3.1.66 (#1445) by github-actions[bot] · 11 months ago upstream/3.1.66
  63. a3fb5e8 Fix 'emsdk install sdk-main-64bit' to produce a functioning installation. (#1444) by juj · 12 months ago
  64. 122b38f Automatically dispatch emscripten release tag action (#1442) by Derek Schuff · 12 months ago
  65. d09b3c3 Add Actions workflow to automatically create release tags (#1439) by Derek Schuff · 12 months ago
  66. f010ca9 Add a github actions workflow to create a release PR (#1437) by Derek Schuff · 12 months ago
  67. 3eb3e02 3.1.65 (#1438) by Sam Clegg · 12 months ago upstream/3.1.65
  68. 63d09a8 [bazel] Fix some inaccuracies in bazel readme. NFC (#1434) by Kiryl · 12 months ago
  69. 476dc4e Add missing comma from #1429 (#1433) by Sam Clegg · 1 year, 1 month ago
  70. fad40cf fix: improve Fish shell support (and Cshell) (#1429) by mtb · 1 year, 1 month ago
  71. cc7ef52 [bazel] Update README.md (#1427) by Kirill · 1 year, 1 month ago
  72. 0b3bcbc 3.1.64 (#1426) by Alon Zakai · 1 year, 1 month ago upstream/3.1.64
  73. 7728283 3.1.63 (#1425) by Sam Clegg · 1 year, 1 month ago upstream/3.1.63
  74. 0fde048 3.1.62 (#1421) by Sam Clegg · 1 year, 2 months ago upstream/3.1.62
  75. 82d41a7 [Bazel] Support generating a secondary cache (#1405) by Michael Allwright · 1 year, 2 months ago
  76. 7fbd555 Use "command -v" instead of "which" to detect python executable (#1419) by Alexander Köplinger · 1 year, 2 months ago
  77. a33daf3 Ensure temporary files have proper unique names for bazel builds. (#1415) by Daniel Kalmar · 1 year, 2 months ago
  78. 8caaa25 Add some logging after download is finished. NFC (#1413) by Sam Clegg · 1 year, 2 months ago
  79. a6db8d2 Add logging of sys.executable on startup. NFC (#1412) by Sam Clegg · 1 year, 2 months ago
  80. 4b9e83d Remove Intel mac CircleCI configuration (#1409) by Derek Schuff · 1 year, 2 months ago
  81. 0e8c5bb Sets wasm_worning_as_error disabled by default. (#1406) by William Izzo · 1 year, 2 months ago
  82. d291611 [Bazel] Let audio workout bootstrap js file be generated. (#1404) by William Izzo · 1 year, 2 months ago
  83. ca7b40a 3.1.61 (#1394) by Derek Schuff · 1 year, 3 months ago upstream/3.1.61
  84. dd3b9c6 Add feature to support WASM Relaxed SIMD (#1389) by Yolanda-Chen · 1 year, 3 months ago
  85. 4205979 Remove setting of SSL_CERT_FILE from emsdk launcher script (#1391) by Sam Clegg · 1 year, 3 months ago
  86. 8c38d2f Upgrade node from v16.20.0 to v18.20.3 (#1387) by Sam Clegg · 1 year, 3 months ago
  87. fc9146e Upgrade CI to Ubuntu 20.04 LTS (Focal) (#1183) by 冰雪殇璃陌梦 · 1 year, 3 months ago
  88. ce74ca2 3.1.60 (#1385) by Derek Schuff · 1 year, 3 months ago upstream/3.1.60
  89. 399e539 [bazel] add tarball as an optional output (#1383) by walkingeyerobot · 1 year, 3 months ago
  90. d52c465 3.1.59 (#1377) by Sam Clegg · 1 year, 4 months ago upstream/3.1.59
  91. f58f80d Update docker/README.md (#1375) by Anita Hammer · 1 year, 4 months ago
  92. e0a6aa0 3.1.58 (#1372) by Sam Clegg · 1 year, 4 months ago upstream/3.1.58
  93. ad59642 fix(bazel): use param file for compile (#1373) by Ezekiel Warren · 1 year, 4 months ago
  94. 176dec4 arm64-linux binaries are now available for all releases (#1369) by Sam Clegg · 1 year, 4 months ago
  95. 229d83f 3.1.57 (#1367) by Sam Clegg · 1 year, 4 months ago upstream/3.1.57
  96. 90d2168 (bazel) Set @platforms//os:emscripten for platform_wasm (#1363) by Damian · 1 year, 5 months ago
  97. e10826f 3.1.56 (#1360) by Heejin Ahn · 1 year, 5 months ago upstream/3.1.56
  98. ccd111f Prefer `curl` for downloading files over `urllib` (#1355) by Sam Clegg · 1 year, 5 months ago
  99. 44bf7cf CI: Build `latest` docker image rather than `tot` (#1359) by Sam Clegg · 1 year, 5 months ago
  100. da5a192 3.1.56 (#1353) by Heejin Ahn · 1 year, 5 months ago