diff options
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/postamble.js b/src/postamble.js index 7be5110d..8f1f6cb8 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -30,6 +30,7 @@ function run(args) { __shutdownRuntime__(); } } +Module['run'] = run; #if INVOKE_RUN run(args); |