https://github.com/kripken/emscripten
Raw File
Tip revision: 9ba452a2903dd9018fcdab2dc2bef6efaf5f2ac8 authored by Alon Zakai on 21 October 2015, 00:34:57 UTC
1.35.1
Tip revision: 9ba452a
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