| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.0.6 source code.tar.gz | 2026-08-05 | 32.9 MB | |
| 6.0.6 source code.zip | 2026-08-05 | 39.7 MB | |
| README.md | 2026-08-05 | 650 Bytes | |
| Totals: 3 Items | 72.5 MB | 5 | |
What's Changed
DEFAULT_TO_CXXis now disabled by default. This means thatem++is now required when linking C++ programs, matching the behavior of clang and gcc. The old behavior is still available using-sDEFAULT_TO_CXX. (#11121)- Added example Meson cross compilation files (
wasm32-emscripten.iniandwasm64-emscripten.ini) intools/meson/. (#27478) - libcxx and libcxxabi were updated to LLVM 22.1.8. (#27428)
Contributors
Thanks to the following contributors: @sbc100 (29) @aheejin (6) @guybedford (2) @tlively (1)
Full Changelog: https://github.com/emscripten-core/emscripten/compare/6.0.5...6.0.6