aboutsummaryrefslogtreecommitdiff
path: root/src/postamble.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/postamble.js')
-rw-r--r--src/postamble.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/postamble.js b/src/postamble.js
index 8f1f6cb8..ba295ea7 100644
--- a/src/postamble.js
+++ b/src/postamble.js
@@ -32,6 +32,8 @@ function run(args) {
}
Module['run'] = run;
+// {{PRE_RUN_ADDITIONS}}
+
#if INVOKE_RUN
run(args);
#endif