Age | Commit message (Expand) | Author |
2013-07-31 | added addOnPreRun and addOnPostRun | Anthony Pesch |
2013-07-31 | add some closure aliases | Alon Zakai |
2013-07-30 | show exit status if exit() is called within main(); fixes test_exit_status | Alon Zakai |
2013-07-29 | - remove code that attempts to propogate _main's exit status through returns... | Anthony Pesch |
2013-05-22 | do not call code-running callbacks if ABORTing; fixes #1191 | Alon Zakai |
2013-05-19 | export callMain through closure | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-09 | make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not c... | Alon Zakai |
2013-04-09 | run postsets right before main, and after the memory initializer has been set up | Alon Zakai |
2013-04-05 | assert on callMain happening when no dependencies left | Alon Zakai |
2013-04-05 | ensure runtime initialized when dependencies have arrived, including the memo... | Alon Zakai |
2013-04-05 | refactor runtime initialization | Alon Zakai |
2013-04-05 | allow calling callMain even if run() was not called | Alon Zakai |
2013-04-05 | initialize runtime from run() (asynchronously, if run is asynchronous) | Alon Zakai |
2013-03-20 | do not exist runtime if simulating an infinite loop | Alon Zakai |
2013-03-20 | do not show the simulate-infinite-loop exception | Alon Zakai |
2013-03-20 | remove CATCH_EXIT_CODE and make it the default behavior | Alon Zakai |
2013-01-25 | benchmark code gen option | Alon Zakai |
2013-01-07 | reset the stack top when CATCH_EXIT_CODE | Alon Zakai |
2012-12-07 | add asm imports and exports, hello world works | Alon Zakai |
2012-12-07 | remove irrelevant code from asm module | Alon Zakai |
2012-12-07 | set up asm.js 'module' | Alon Zakai |
2012-11-12 | make Module.run accessible through closure also in pre and post-js (#704) | Alon Zakai |
2012-10-22 | handle no-data worker api calls, and more tests | Alon Zakai |
2012-10-22 | worker api closure fixes + additional testing | Alon Zakai |
2012-10-22 | initial work on worker api | Alon Zakai |
2012-09-09 | clean up handling of initial run | Alon Zakai |
2012-09-08 | fix preRun | Alon Zakai |
2012-09-07 | run all available preRuns before checking if run must be delayed | Alon Zakai |
2012-08-10 | Module.preInit | Alon Zakai |
2012-07-18 | refactor file preloading to happen in FS.createPreloadedFile, so that not onl... | Alon Zakai |
2012-06-17 | allow multiple preRun/postRun | Alon Zakai |
2012-06-11 | remove GENERATING_HTML, it was confusing and gave little or no benefit | Alon Zakai |
2012-05-12 | clear status in html even if doRun exits through an exception | Alon Zakai |
2012-05-12 | show Running... when calling run() | Alon Zakai |
2012-05-12 | nicer html messages during load/startup | Alon Zakai |
2012-05-09 | allow adding runDependencies in preRun | Alon Zakai |
2012-04-09 | init runtime immediately, so that even with noInitialRun we can still call fi... | Alon Zakai |
2012-04-06 | restore support for noInitialRun | Alon Zakai |
2012-03-26 | show status messages for decompressing and clear status on run | Alon Zakai |
2012-03-24 | run preRun before initRuntime, fixes test_files | Alon Zakai |
2012-03-22 | do preRun and postRun only if we actually run | Alon Zakai |
2012-03-19 | refactor use of this[..] in shell.js to use Module[..] | Alon Zakai |
2012-03-15 | add file preloading in browsers | Alon Zakai |
2012-03-03 | add noExitRuntime option | Alon Zakai |
2012-02-05 | add preRun and postRun hooks in Module, and tweak FS initialization | Alon Zakai |
2012-01-16 | remove hack for ignorePermissions in the filesystem API, which removes the ne... | Alon Zakai |
2012-01-16 | refactor runtime init and exit code | Alon Zakai |
2011-12-03 | refactoring towards supporting node.js | Alon Zakai |
2011-12-03 | Modify exit() to throw an object and catch it. | David Claughton |