https://github.com/kripken/emscripten
Raw File
Tip revision: 33c92f65f9641fac702fe219e35aeb9b62cb748f authored by Alon Zakai on 21 August 2014, 18:57:27 UTC
1.23.0
Tip revision: 33c92f6
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