aboutsummaryrefslogtreecommitdiff
path: root/src/postamble.js
AgeCommit message (Expand)Author
2013-01-25benchmark code gen optionAlon Zakai
2013-01-07reset the stack top when CATCH_EXIT_CODEAlon Zakai
2012-12-07add asm imports and exports, hello world worksAlon Zakai
2012-12-07remove irrelevant code from asm moduleAlon Zakai
2012-12-07set up asm.js 'module'Alon Zakai
2012-11-12make Module.run accessible through closure also in pre and post-js (#704)Alon Zakai
2012-10-22handle no-data worker api calls, and more testsAlon Zakai
2012-10-22worker api closure fixes + additional testingAlon Zakai
2012-10-22initial work on worker apiAlon Zakai
2012-09-09clean up handling of initial runAlon Zakai
2012-09-08fix preRunAlon Zakai
2012-09-07run all available preRuns before checking if run must be delayedAlon Zakai
2012-08-10Module.preInitAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not onl...Alon Zakai
2012-06-17allow multiple preRun/postRunAlon Zakai
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-05-12clear status in html even if doRun exits through an exceptionAlon Zakai
2012-05-12show Running... when calling run()Alon Zakai
2012-05-12nicer html messages during load/startupAlon Zakai
2012-05-09allow adding runDependencies in preRunAlon Zakai
2012-04-09init runtime immediately, so that even with noInitialRun we can still call fi...Alon Zakai
2012-04-06restore support for noInitialRunAlon Zakai
2012-03-26show status messages for decompressing and clear status on runAlon Zakai
2012-03-24run preRun before initRuntime, fixes test_filesAlon Zakai
2012-03-22do preRun and postRun only if we actually runAlon Zakai
2012-03-19refactor use of this[..] in shell.js to use Module[..]Alon Zakai
2012-03-15add file preloading in browsersAlon Zakai
2012-03-03add noExitRuntime optionAlon Zakai
2012-02-05add preRun and postRun hooks in Module, and tweak FS initializationAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ne...Alon Zakai
2012-01-16refactor runtime init and exit codeAlon Zakai
2011-12-03refactoring towards supporting node.jsAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-07-15refactor Pointer_make into allocateAlon Zakai
2011-06-24remove unneeded globalFuncsAlon Zakai
2011-06-23* propogated return value from main back to the return value from Module.runtim.dawborn
2011-06-08remove unneeded initializeRuntimeAlon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-28fixes for closure compiler advanced optsAlon Zakai
2011-05-12clean up shell.jsAlon Zakai
2011-03-06re-enable advanced optimizations in closure compilerAlon Zakai
2011-03-05refactor calling of _main()Alon Zakai
2011-01-16support for writing to files in stdioAlon Zakai
2010-12-28handle env of 0 as a third parameter for main()Alon Zakai
2010-12-21initial skeleton for gl testsAlon Zakai
2010-12-17fix format bug with floatsAlon Zakai
2010-12-15misc fixes and improvements - thanks go to tubaAlon Zakai
2010-11-26remove clumsy iterative creation attempts of globalsAlon Zakai
2010-11-26flatten global constants at compile timeAlon Zakai