https://github.com/kripken/emscripten
Raw File
Tip revision: b3efd9328f940034e1cab45af23bf29541e0d8ff authored by Alon Zakai on 28 April 2015, 21:27:57 UTC
1.32.0
Tip revision: b3efd93
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