Download Latest Version 6.0.7 source code.zip (39.7 MB)
Email in envelope

Get an email when there's a new version of Emscripten

Home / 6.0.7
Name Modified Size InfoDownloads / Week
Parent folder
6.0.7 source code.tar.gz 2026-08-14 32.9 MB
6.0.7 source code.zip 2026-08-14 39.7 MB
README.md 2026-08-14 1.4 kB
Totals: 3 Items   72.5 MB 0

What's Changed

  • JavaScript library symbols can now use the __force and __export decorators to control inclusion and export visibility. (#27436)
  • contrib.glfw3 port upgraded to use the latest version of GLFW 3.5.1 (#27508)
  • -fwasm-exceptions now links the Wasm EH runtime (libunwind and the __cpp_exception tag) independently of C++ linking, so Wasm EH objects from non-C++ frontends (e.g. rustc, which links via emcc) link without requiring em++ or -sDEFAULT_TO_CXX. (#27496)
  • FreeType was updated to 2.14.3 (#27518)
  • The oldest supported Safari version (MIN_SAFARI_VERSION) was raised from 14.1 to 15.0, making 15.0 the minimum version that can be targeted. This allows assuming bulk-memory, nontrapping-fptoint, and WASM_BIGINT (JS_BIGINT_INTEGRATION) are universally available across all supported engines, and removes legacy JS polyfills and Binaryen lowering passes. (#27542)

Contributors

Thanks to the following contributors: @sbc100 (24) @hoodmane (4) @guybedford (2) @aheejin (1) @HCL-JasonR (1) @HendrikHuebner (1) @kleisauke (1) @ypujante (1)

New Contributors

Full Changelog: https://github.com/emscripten-core/emscripten/compare/6.0.6...6.0.7

Source: README.md, updated 2026-08-14