Age | Commit message (Collapse) | Author |
|
|
|
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
|
|
call main(), and is necessary to set things up even if you call main() manually
|
|
|
|
|
|
memory initializer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
only file_packager preloading gets preloaded Images and Audios
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filesystem-using functions and they will work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need to set ignorePermissions to true before run() is called
|
|
|
|
|
|
* Changed exit from throwing an text string to throwing
an Error-derived object encapsulating the exit status.
Then catch it in 'callMain' and return the status.
Enable this functionality by setting CATCH_EXIT_CODE in settings.js
|
|
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
|
|
|
|
|
|
* improved the behaviour of ungetc
* added optional argument to intArrayFromString to not add the trailing NULL -- useful when adding JS strings as the data in the virtual file system
|
|
|