aboutsummaryrefslogtreecommitdiff
path: root/src/postamble_sharedlib.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/postamble_sharedlib.js')
-rw-r--r--src/postamble_sharedlib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postamble_sharedlib.js b/src/postamble_sharedlib.js
index c7a03597..fa179253 100644
--- a/src/postamble_sharedlib.js
+++ b/src/postamble_sharedlib.js
@@ -4,7 +4,7 @@
{{GLOBAL_VARS}}
function run(args) {
- __globalConstructor__();
+ initRuntime();
}
Module['run'] = run;