https://github.com/kripken/emscripten
Raw File
Tip revision: 0fdf95ce714591173bec8ef881db317f5cba5fa3 authored by Alon Zakai on 03 May 2013, 01:58:05 UTC
1.4.2
Tip revision: 0fdf95c
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