mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-29 13:21:02 +02:00
The Module interface is the one used by the outside world. This code is inside the module itself so can use the internal name, avoiding the need to export this function on the Module at all. See https://github.com/emscripten-core/emscripten/pull/24269