mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
- Added .github/workflows/eepp-emscripten-build-check.yml - Mirrors Linux CI structure. - Uses Premake 5 beta6. - Pins Emscripten 4.0.1. - Caches EMSDK system libraries. - Builds with all available cores. - Completed Premake 5 Emscripten support: - Native wasm32 platform. - Correct .html application targets. - Asset preloading restored from Premake 4. - SDL2 supplied through Emscripten instead of native -lSDL2. - Static archives emitted under libs/emscripten/wasm32/. - Unsupported shared-library projects excluded. - Modernized projects/emscripten/make.sh.