Skip to content

Commit

Permalink
Deploying to libjs-wasm from @ SerenityOS/serenity@d126092 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
BuggieBot committed Dec 11, 2024
1 parent b58433e commit 2786fd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (Module['ENVIRONMENT']) {

// --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: /home/runner/work/_temp/bd63b881-bc8e-4363-8765-12f9d1daa92a/emsdk-main/upstream/emscripten/src/emrun_prejs.js
// include: /home/runner/work/_temp/95d39ad9-6d64-4bd1-b9d4-df3b0fb11dda/emsdk-main/upstream/emscripten/src/emrun_prejs.js
/**
* @license
* Copyright 2013 The Emscripten Authors
Expand All @@ -49,7 +49,7 @@ if (typeof window == 'object') {
Module['arguments'] = [];
}
}
// end include: /home/runner/work/_temp/bd63b881-bc8e-4363-8765-12f9d1daa92a/emsdk-main/upstream/emscripten/src/emrun_prejs.js
// end include: /home/runner/work/_temp/95d39ad9-6d64-4bd1-b9d4-df3b0fb11dda/emsdk-main/upstream/emscripten/src/emrun_prejs.js


// Sometimes an existing Module object exists with properties
Expand Down Expand Up @@ -5036,7 +5036,7 @@ run();

// end include: postamble.js

// include: /home/runner/work/_temp/bd63b881-bc8e-4363-8765-12f9d1daa92a/emsdk-main/upstream/emscripten/src/emrun_postjs.js
// include: /home/runner/work/_temp/95d39ad9-6d64-4bd1-b9d4-df3b0fb11dda/emsdk-main/upstream/emscripten/src/emrun_postjs.js
/**
* @license
* Copyright 2013 The Emscripten Authors
Expand Down Expand Up @@ -5132,6 +5132,6 @@ if (typeof window == "object" && (typeof ENVIRONMENT_IS_PTHREAD == 'undefined' |
emrun_register_handlers();
}
}
// end include: /home/runner/work/_temp/bd63b881-bc8e-4363-8765-12f9d1daa92a/emsdk-main/upstream/emscripten/src/emrun_postjs.js
// end include: /home/runner/work/_temp/95d39ad9-6d64-4bd1-b9d4-df3b0fb11dda/emsdk-main/upstream/emscripten/src/emrun_postjs.js

Module.SERENITYOS_COMMIT = "a3af84c5e6b9bd21320c7099e1c91542be94d87f";
Module.SERENITYOS_COMMIT = "d1260920021c7a808839efd1ab62fbeb276d0a4b";

0 comments on commit 2786fd0

Please sign in to comment.