Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: [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

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/tmpf8vp0nov.js
// include: /tmp/tmpm6x6zo6r.js

if (!Module['expectedDataFileDownloads']) {
Module['expectedDataFileDownloads'] = 0;
Expand Down Expand Up @@ -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
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": "70.1.3"
"amalgam": "70.1.5"
}
}