Skip to content

Commit

Permalink
deploy: aa86e59
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarry committed Apr 9, 2024
1 parent c095fa3 commit 1e744d9
Show file tree
Hide file tree
Showing 3 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 @@ -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;
Expand Down Expand Up @@ -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
Expand Down
Binary file modified docs/alexgames_wasm.wasm
Binary file not shown.
Binary file modified docs/example_game_apidemo.zip
Binary file not shown.

0 comments on commit 1e744d9

Please sign in to comment.