Skip to content

Commit

Permalink
deploy: fcbc418
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarry committed Dec 24, 2024
1 parent 4d1040d commit 8014013
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/alexgames_wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if (ENVIRONMENT_IS_NODE) {

// --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/tmpzulxj05u.js
// include: /tmp/tmpwrei_0cr.js

Module['expectedDataFileDownloads'] ??= 0;
Module['expectedDataFileDownloads']++;
Expand Down Expand Up @@ -276,21 +276,21 @@ Module['FS_createPath']("/preload/libs", "ui", true, true);

})();

// end include: /tmp/tmpzulxj05u.js
// include: /tmp/tmp_jbpr8rk.js
// end include: /tmp/tmpwrei_0cr.js
// include: /tmp/tmp2hsyc4d3.js

// All the pre-js content up to here must remain later on, we need to run
// it.
if (Module['$ww'] || (typeof ENVIRONMENT_IS_PTHREAD != 'undefined' && ENVIRONMENT_IS_PTHREAD)) Module['preRun'] = [];
var necessaryPreJSTasks = Module['preRun'].slice();
// end include: /tmp/tmp_jbpr8rk.js
// include: /tmp/tmplftle_fe.js
// end include: /tmp/tmp2hsyc4d3.js
// include: /tmp/tmpz211yhar.js

if (!Module['preRun']) throw 'Module.preRun should exist because file support used it; did a pre-js delete it?';
necessaryPreJSTasks.forEach((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/tmplftle_fe.js
// end include: /tmp/tmpz211yhar.js


// Sometimes an existing Module object exists with properties
Expand Down
Binary file modified docs/example_game_apidemo.zip
Binary file not shown.

0 comments on commit 8014013

Please sign in to comment.