Skip to content

Commit

Permalink
Automated Amalgam version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
howso-automation committed Nov 10, 2024
1 parent 49efb64 commit 716af22
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Provides a package around [@howso/amalgam](https://github.com/howsoai/amalgam) releases.

Amalgam version: [55.1.1](https://github.com/howsoai/amalgam/releases/tag/55.1.1)
Amalgam version: [57.0.0](https://github.com/howsoai/amalgam/releases/tag/57.0.0)

## Usage

Expand Down
12 changes: 6 additions & 6 deletions src/webassembly/amalgam-st-debug.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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/tmpk4jxufby.js
// include: /tmp/tmpgzow9w9p.js

if (!Module['expectedDataFileDownloads']) {
Module['expectedDataFileDownloads'] = 0;
Expand Down Expand Up @@ -244,21 +244,21 @@ Module['FS_createPath']("/", "tzdata", true, true);

})();

// end include: /tmp/tmpk4jxufby.js
// include: /tmp/tmp_ealjgx4.js
// end include: /tmp/tmpgzow9w9p.js
// include: /tmp/tmp_hqq8xdq.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_ealjgx4.js
// include: /tmp/tmpe1bcykkr.js
// end include: /tmp/tmp_hqq8xdq.js
// include: /tmp/tmpeeyhbvbu.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/tmpe1bcykkr.js
// end include: /tmp/tmpeeyhbvbu.js


// Sometimes an existing Module object exists with properties
Expand Down
Binary file modified src/webassembly/amalgam-st-debug.wasm
Binary file not shown.
Binary file modified src/webassembly/amalgam-st-debug.wasm.debug.wasm
Binary file not shown.
Binary file modified src/webassembly/amalgam-st.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/webassembly/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"amalgam": "55.1.1"
"amalgam": "57.0.0"
}
}

0 comments on commit 716af22

Please sign in to comment.