https://github.com/kripken/emscripten
Raw File
Tip revision: 795bcc6e76e59824d725acea1e9c2e1c553a6658 authored by Alon Zakai on 11 November 2012, 04:05:19 UTC
clear cache and run sanity checks on version bumps, this will help with relooper updates etc.
Tip revision: 795bcc6
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