https://github.com/kripken/emscripten
Raw File
Tip revision: c6446ab320953daa21873d3a8b669e0a227d53bc authored by Alon Zakai on 05 November 2015, 00:53:38 UTC
1.35.7
Tip revision: c6446ab
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