blob: ec50c41bf31dd135238b6b46929d5d703beaf923 [file] [log] [blame]
/**
* This file provides some setup for the emscripten runtime. In particular it prevents the runtime exiting.
* This is necessary as otherwise things like printf don't seem to work from methods called by JavaScript.
*/
Module = {
'noExitRuntime' : true
};