https://github.com/kripken/emscripten
Raw File
Tip revision: ff1ba5d2339a6e086b812acf96c47f78764b0095 authored by Bruce Mitchener on 24 March 2013, 17:34:37 UTC
Bump version.
Tip revision: ff1ba5d
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