https://github.com/kripken/emscripten
Raw File
Tip revision: 19ac41a8e7d0b590ae9570517ee7710c197621ac authored by Bruce Mitchener on 26 September 2013, 02:20:57 UTC
Bump version.
Tip revision: 19ac41a
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