https://github.com/kripken/emscripten
Raw File
Tip revision: aa3633dfa5ba4750b52d1e43c2e56bdf387581d8 authored by Alon Zakai on 25 September 2015, 23:03:38 UTC
1.34.10
Tip revision: aa3633d
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