https://github.com/kripken/emscripten
Raw File
Tip revision: c671578dc1b000b30f34cbf1e148001a694dc2d1 authored by Alon Zakai on 12 December 2012, 18:48:59 UTC
bump version
Tip revision: c671578
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