Skip to content

Commit 68bde5b

Browse files
committed
Remove PREAMBLE_ADDITIONS and MODULE_ADDITIONS
It looks like support for PREAMBLE_ADDITIONS was removed in #5739 and MODULE_ADDITIONS in #5773.
1 parent 3f3d300 commit 68bde5b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/shell.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,5 +400,3 @@ assert(ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER || ENVIRONMENT_IS_NODE, 'Pthr
400400
#endif // ASSERTIONS
401401

402402
{{BODY}}
403-
404-
// {{MODULE_ADDITIONS}}

src/shell_minimal.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,3 @@ var currentScriptUrl = typeof _scriptDir !== 'undefined' ? _scriptDir : ((typeof
154154
#endif // USE_PTHREADS
155155

156156
{{BODY}}
157-
158-
// {{MODULE_ADDITIONS}}

src/support.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: MIT
55
*/
66

7-
// {{PREAMBLE_ADDITIONS}}
8-
97
var STACK_ALIGN = {{{ STACK_ALIGN }}};
108

119
{{{ alignMemory }}}

0 commit comments

Comments
 (0)