2025
Released emscripten-ports v2025.02.01 with the following changes:
- Upgraded ImGui to 1.91.8
Released emscripten-ports v2025.01.14 with the following changes:
- Upgraded ImGui to 1.91.7
- Upgraded port file to force WebGL 2 to prevent errors with the Emscripten 4.0.0 release (which contains a contrib.glfw3 regression bug)
2024
Released emscripten-ports v2024.12.11 with the following changes:
- Upgraded ImGui to 1.91.6
- Added
disableDefaultFont
option to the port to enable theIMGUI_DISABLE_DEFAULT_FONT
define thus disabling building the default font completely (saves almost 25k in the final build)
- Added
Proudly announcing the release of a brand-new project emscripten-ports.
The goal of this project is to collect ports that are not part of Emscripten.
The first port released is for ImGui, a bloat-free Graphical User interface for C++ with minimal dependencies.