aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
2012-12-07dynCallAlon Zakai
2012-12-07expose tempDoublePtr to asmAlon Zakai
2012-12-07atexit gets void(), cxa_atexit gets void(int), support both in asm modeAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-12-07remove irrelevant code from asm moduleAlon Zakai
2012-12-07set up asm.js 'module'Alon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-24remove STRING_TABLE in preparation for better system to reduce # of globalsAlon Zakai
2012-11-23assert on string operations not exceeding memoryAlon Zakai
2012-11-16update heap exports when enlarging memory; fixes #713Alon Zakai
2012-11-08optimal cwrapAlon Zakai
2012-11-07improve memory growth errorAlon Zakai
2012-11-07commented out safe heap code for infinities and nansAlon Zakai
2012-10-29adjust memory size in testsAlon Zakai
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas...Alon Zakai
2012-10-25warning and TODO on memory enlargingAlon Zakai
2012-10-22fix SAFE_HEAP historyAlon Zakai
2012-10-19assert on stack being too large compared to total memoryAlon Zakai
2012-10-19IE fixesAlon Zakai
2012-09-17warning about allocate()Alon Zakai
2012-09-17allocate() docsAlon Zakai
2012-09-11optimize String_lenAlon Zakai
2012-09-11fix handling of (null) printingAlon Zakai
2012-09-09check for segfaults in SAFE_HEAPAlon Zakai
2012-08-28log out unfulfilled run dependencies every few secondsAlon Zakai
2012-07-18add runDependency tracking and fix detected bugsAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not onl...Alon Zakai
2012-07-15utf parsing in writeStringToMemory as wellAlon Zakai
2012-07-14make Pointer_stringify utf8-awareAlon Zakai
2012-06-11handle null strings in ccallAlon Zakai
2012-06-11make add/removeRunDependency closure exportedAlon Zakai
2012-06-08remove Array_copy and String_copy; they are hard to implement in a fast way t...Alon Zakai
2012-06-08optimize Array_copyAlon Zakai
2012-05-09allow adding runDependencies in preRunAlon Zakai
2012-05-09update runDependencies commentAlon Zakai
2012-04-17safe heap fix to catch undefined properlyAlon Zakai
2012-04-14support js arrays as inputs in ccallAlon Zakai
2012-04-11safe heap fixAlon Zakai
2012-04-09init runtime immediately, so that even with noInitialRun we can still call fi...Alon Zakai
2012-04-05export cwrapAlon Zakai
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
2012-03-28Implement the remaining shader and program functionsEhsan Akhgari
2012-03-28Implement glBufferSubDataEhsan Akhgari
2012-03-27support for playing audio chunks through SDL mixAlon Zakai
2012-03-20avoid stack explosion in ccallAlon Zakai
2012-03-19refactor use of this[..] in shell.js to use Module[..]Alon Zakai
2012-03-15preload images for SDLAlon Zakai
2012-03-15allow monitoring of run dependenciesAlon Zakai
2012-03-15add file preloading in browsersAlon Zakai