https://github.com/kripken/emscripten
Raw File
Tip revision: 882e78cdfe063737791bbb1a917166ffc53cda49 authored by Alon Zakai on 17 April 2015, 18:04:28 UTC
1.31.1
Tip revision: 882e78c
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