https://github.com/kripken/emscripten
Raw File
Tip revision: 376333f671f1768840c730df23bfcf5c42ba3f25 authored by Alon Zakai on 18 September 2015, 22:18:43 UTC
1.34.9
Tip revision: 376333f
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