You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// pre.js - executed before the Emscripten Module is initialized.
221
221
// Mounts IDBFS at /save so that IsolatedStorage writes (SpeedyBlupi save file)
@@ -258,13 +258,13 @@ window.addEventListener('beforeunload', function () {
258
258
}
259
259
});
260
260
// end include: /rv/data/development/github.com/openeggbert/mobile-eggbert/cmake/web/pre.js
261
-
// include: /tmp/tmp78zpt94w.js
261
+
// include: /tmp/tmp61lcfe58.js
262
262
263
263
if(!Module['preRun'])throw'Module.preRun should exist because file support used it; did a pre-js delete it?';
264
264
necessaryPreJSTasks.forEach((task)=>{
265
265
if(Module['preRun'].indexOf(task)<0)throw'All preRun tasks that exist before user pre-js code should remain after; did you replace Module or modify Module.preRun?';
0 commit comments