https://github.com/kripken/emscripten
Raw File
Tip revision: 46af10b50482fceed20285505857c11d81dab88c authored by Alon Zakai on 20 April 2015, 19:45:59 UTC
1.31.2
Tip revision: 46af10b
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