https://github.com/kripken/emscripten
Raw File
Tip revision: 0b3416a1dcd808fb71043a9f400f3ef2aa636abc authored by Alon Zakai on 07 January 2014, 23:40:53 UTC
Merge branch 'incoming' into llvm-3.4
Tip revision: 0b3416a
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