https://github.com/kripken/emscripten
Raw File
Tip revision: 10f6f6303cc8bf691ccebd75410b953a0e9dde12 authored by Alon Zakai on 19 March 2013, 01:48:05 UTC
v1.3.1
Tip revision: 10f6f63
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