diff --git a/docs/alexgames_wasm.js b/docs/alexgames_wasm.js index ae47542..d7702e7 100644 --- a/docs/alexgames_wasm.js +++ b/docs/alexgames_wasm.js @@ -38,7 +38,7 @@ Module['ready'] = new Promise((resolve, reject) => { // --pre-jses are emitted after the Module integration code, so that they can // refer to Module (if they choose; they can also define Module) -// include: /tmp/tmpapvbzxuu.js +// include: /tmp/tmpygvj1m6f.js if (!Module.expectedDataFileDownloads) { Module.expectedDataFileDownloads = 0; @@ -254,21 +254,21 @@ Module['FS_createPath']("/preload/libs", "ui", true, true); })(); -// end include: /tmp/tmpapvbzxuu.js -// include: /tmp/tmpynr2vjsh.js +// end include: /tmp/tmpygvj1m6f.js +// include: /tmp/tmpyjo160s9.js // All the pre-js content up to here must remain later on, we need to run // it. if (Module['ENVIRONMENT_IS_PTHREAD'] || Module['$ww']) Module['preRun'] = []; var necessaryPreJSTasks = Module['preRun'].slice(); - // end include: /tmp/tmpynr2vjsh.js -// include: /tmp/tmp5gje0yge.js + // end include: /tmp/tmpyjo160s9.js +// include: /tmp/tmpde1uzmyx.js if (!Module['preRun']) throw 'Module.preRun should exist because file support used it; did a pre-js delete it?'; necessaryPreJSTasks.forEach(function(task) { 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?'; }); - // end include: /tmp/tmp5gje0yge.js + // end include: /tmp/tmpde1uzmyx.js // Sometimes an existing Module object exists with properties diff --git a/docs/alexgames_wasm.wasm b/docs/alexgames_wasm.wasm index b14164a..e1476ec 100755 Binary files a/docs/alexgames_wasm.wasm and b/docs/alexgames_wasm.wasm differ diff --git a/docs/example_game_apidemo.zip b/docs/example_game_apidemo.zip index d8f46bb..af07b2a 100644 Binary files a/docs/example_game_apidemo.zip and b/docs/example_game_apidemo.zip differ