https://github.com/kripken/emscripten
Raw File
Tip revision: fe3ff5adc30c826c21a3c933466c15d1bebb7449 authored by Alon Zakai on 07 January 2015, 18:15:42 UTC
1.29.0
Tip revision: fe3ff5a
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