https://github.com/kripken/emscripten
Raw File
Tip revision: 1421ef98bf35b3383077a7d9e250ce28102f4cce authored by Bruce Mitchener on 04 September 2013, 04:43:46 UTC
Handle fpclassify and signbit for long double.
Tip revision: 1421ef9
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