diff --git a/README.md b/README.md index 53b8ef3..a1ae467 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: [70.1.3](https://github.com/howsoai/amalgam/releases/tag/70.1.3) +Amalgam version: [70.1.4](https://github.com/howsoai/amalgam/releases/tag/70.1.4) ## Usage diff --git a/src/webassembly/amalgam-st-debug.cjs b/src/webassembly/amalgam-st-debug.cjs index 8eab7be..0c471fd 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/tmpf8vp0nov.js +// include: /tmp/tmpo058xfli.js if (!Module['expectedDataFileDownloads']) { Module['expectedDataFileDownloads'] = 0; @@ -244,21 +244,21 @@ Module['FS_createPath']("/", "tzdata", true, true); })(); -// end include: /tmp/tmpf8vp0nov.js -// include: /tmp/tmpwqz5nduf.js +// end include: /tmp/tmpo058xfli.js +// include: /tmp/tmp5ggdmg5s.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/tmpwqz5nduf.js -// include: /tmp/tmpwo99o34f.js + // end include: /tmp/tmp5ggdmg5s.js +// include: /tmp/tmp0xi6sdn0.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/tmpwo99o34f.js + // end include: /tmp/tmp0xi6sdn0.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 54137d4..6c96f70 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 e01b3da..b6ffc26 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 d06b750..ef28f42 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 1ac83a1..e88dc4b 100644 --- a/src/webassembly/version.json +++ b/src/webassembly/version.json @@ -1,5 +1,5 @@ { "dependencies": { - "amalgam": "70.1.3" + "amalgam": "70.1.4" } }