https://github.com/kripken/emscripten
Raw File
Tip revision: 4e21fffe3f824247dceba0af38d36996afad2c13 authored by Alon Zakai on 15 November 2013, 05:29:31 UTC
Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming
Tip revision: 4e21fff
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