diff --git a/README.md b/README.md index f3dd44d..ea231a2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/webassembly/amalgam-st-debug.cjs b/src/webassembly/amalgam-st-debug.cjs index 9f980ca..f496dc5 100644 --- a/src/webassembly/amalgam-st-debug.cjs +++ b/src/webassembly/amalgam-st-debug.cjs @@ -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; @@ -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 diff --git a/src/webassembly/amalgam-st-debug.wasm b/src/webassembly/amalgam-st-debug.wasm index d19052c..9312143 100644 Binary files a/src/webassembly/amalgam-st-debug.wasm and b/src/webassembly/amalgam-st-debug.wasm differ diff --git a/src/webassembly/amalgam-st-debug.wasm.debug.wasm b/src/webassembly/amalgam-st-debug.wasm.debug.wasm index da2c436..d82ace5 100644 Binary files a/src/webassembly/amalgam-st-debug.wasm.debug.wasm and b/src/webassembly/amalgam-st-debug.wasm.debug.wasm differ diff --git a/src/webassembly/amalgam-st.wasm b/src/webassembly/amalgam-st.wasm index 10aa254..12dfdad 100644 Binary files a/src/webassembly/amalgam-st.wasm and b/src/webassembly/amalgam-st.wasm differ diff --git a/src/webassembly/version.json b/src/webassembly/version.json index 622a991..de1baa8 100644 --- a/src/webassembly/version.json +++ b/src/webassembly/version.json @@ -1,5 +1,5 @@ { "dependencies": { - "amalgam": "55.1.1" + "amalgam": "57.0.0" } }