https://github.com/kripken/emscripten
Raw File
Tip revision: 935fd853f1cef7f89f0633f20eeed43c11899ae6 authored by Alon Zakai on 31 May 2013, 21:14:31 UTC
remove unneeded Branch info on incoming branches in relooper
Tip revision: 935fd85
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