https://github.com/kripken/emscripten
Raw File
Tip revision: 4f6ffd478f167cc41f52c2932f4c82e3badea36f authored by Alon Zakai on 28 June 2013, 18:11:42 UTC
Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming
Tip revision: 4f6ffd4
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