https://github.com/kripken/emscripten
Raw File
Tip revision: 0725ff3edc2ddddbd126193ca8ccaf392044b5ab authored by Bruce Mitchener on 25 September 2013, 04:58:12 UTC
Bump version.
Tip revision: 0725ff3
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