https://github.com/kripken/emscripten
Raw File
Tip revision: ed94894b305bb09808862523417821d3b26c8656 authored by Alon Zakai on 12 December 2014, 23:48:49 UTC
1.28.0
Tip revision: ed94894
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