https://github.com/kripken/emscripten
Raw File
Tip revision: 4ae305542c80f31b06c5e8325c63ade2bb4a3f33 authored by Alon Zakai on 29 May 2014, 20:44:16 UTC
1.19.0
Tip revision: 4ae3055
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