https://github.com/kripken/emscripten
Raw File
Tip revision: 06a8c252d94f34a3729aaefe8cb89fbe1a877a57 authored by Alon Zakai on 07 May 2013, 23:10:52 UTC
switch to le32 target by default
Tip revision: 06a8c25
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