https://github.com/kripken/emscripten
Raw File
Tip revision: 153e0f6426ff908166abdf07be7f91601fbed07f authored by Alon Zakai on 14 April 2014, 22:37:17 UTC
1.15.1
Tip revision: 153e0f6
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