https://github.com/kripken/emscripten
Raw File
Tip revision: c40c7c218c3cfac5d832607733cf1cbc6ba47dab authored by Alon Zakai on 29 September 2014, 22:24:26 UTC
1.25.0
Tip revision: c40c7c2
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