https://github.com/kripken/emscripten
Raw File
Tip revision: 1caa54d87fedd079b9d7a889ffeb6425b0dd5d24 authored by Alon Zakai on 16 January 2014, 01:30:22 UTC
share block ids in relooper among split blocks
Tip revision: 1caa54d
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