https://github.com/kripken/emscripten
Raw File
Tip revision: 226dd0d169bb1cf4253cb4ffcaadc1137e53b3dc authored by Alon Zakai on 03 March 2014, 21:39:50 UTC
release 1.13.0
Tip revision: 226dd0d
emcc.py

# necessary to work around process pool limitations on windows - the js optimizer will end up trying to import this. see issue 663

import tools.js_optimizer

back to top