diff --git a/README.md b/README.md index 53b8ef3..353036d 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.5](https://github.com/howsoai/amalgam/releases/tag/70.1.5) ## Usage diff --git a/src/webassembly/amalgam-st-debug.cjs b/src/webassembly/amalgam-st-debug.cjs index 8eab7be..41656d2 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/tmpm6x6zo6r.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/tmpm6x6zo6r.js +// include: /tmp/tmp5oajp99g.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/tmp5oajp99g.js +// include: /tmp/tmp884sv1o6.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/tmp884sv1o6.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..c5f518a 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..7dac131 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..0883189 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..560c101 100644 --- a/src/webassembly/version.json +++ b/src/webassembly/version.json @@ -1,5 +1,5 @@ { "dependencies": { - "amalgam": "70.1.3" + "amalgam": "70.1.5" } }