diff options
Diffstat (limited to 'src/postamble_sharedlib.js')
-rw-r--r-- | src/postamble_sharedlib.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/postamble_sharedlib.js b/src/postamble_sharedlib.js index 1fd78f23..c7a03597 100644 --- a/src/postamble_sharedlib.js +++ b/src/postamble_sharedlib.js @@ -1,8 +1,9 @@ // === Auto-generated postamble setup entry stuff === +{{GLOBAL_VARS}} + function run(args) { - {{GLOBAL_VARS}} __globalConstructor__(); } Module['run'] = run; |