I use recent upstream SDL2_* at https://play.freedink.org/ - with success so far.
Since c346176 precisely however, running the game issues:
missing function: emscripten_set_mousemove_callback
Somehow the .js file now declares:
function _emscripten_set_mousemove_callback(){err("missing function: emscripten_set_mousemove_callback");abort(-1)}
while it used to be:
function _emscripten_set_mousemove_callback(target,userData,useCapture,callbackfunc){JSEvents.registerMouseEventCallback(target,userData,useCapture,callbackfunc,8,"mousemove");return 0}
I use recent upstream SDL2_* at https://play.freedink.org/ - with success so far.
Since c346176 precisely however, running the game issues:
Somehow the .js file now declares:
while it used to be: