Skip to content

Commit

Permalink
deploy: d70c3d7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarry committed Apr 9, 2024
1 parent 1e744d9 commit 60bb049
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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/tmpygvj1m6f.js
// include: /tmp/tmpl7vljxkq.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/tmpygvj1m6f.js
// include: /tmp/tmpyjo160s9.js
// end include: /tmp/tmpl7vljxkq.js
// include: /tmp/tmpl8y564gk.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/tmpyjo160s9.js
// include: /tmp/tmpde1uzmyx.js
// end include: /tmp/tmpl8y564gk.js
// include: /tmp/tmp0ehoyqa4.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/tmpde1uzmyx.js
// end include: /tmp/tmp0ehoyqa4.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.
2 changes: 1 addition & 1 deletion docs/game_api_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<div id="header" class="header" style="position:relative">
<div style="display:block; margin:auto">
<a href="../">Back to AlexGames main</a>
<a href="./">Back to AlexGames main</a>
<h1 id="title" class="title" style="">AlexGames</h1>
<h2 id="subtitle" class="subtitle">Game API documentation</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<div id="header" class="header" style="position:relative">
<div style="display:flex; justify-content:left">
<a href="../">Back to AlexGames main</a>
<a href="./">Back to AlexGames main</a>
</div>
<div style="display:block; margin:auto">
<h1 id="title" class="title" style="">AlexGames</h1>
Expand Down

0 comments on commit 60bb049

Please sign in to comment.