https://github.com/kripken/emscripten
Raw File
Tip revision: 46d00a9b4f825955cbc5588285db92d237525074 authored by Alon Zakai on 05 August 2014, 22:25:29 UTC
1.22.0
Tip revision: 46d00a9
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