https://github.com/kripken/emscripten
Raw File
Tip revision: db0b614969450eacc33668bca7ee3c5d61726854 authored by Alon Zakai on 15 September 2014, 22:29:37 UTC
1.24.0
Tip revision: db0b614
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