https://github.com/kripken/emscripten
Raw File
Tip revision: 3a3a6f7413d0778261a5d81468cbda3bbcc68cb6 authored by Alon Zakai on 17 April 2014, 20:26:55 UTC
handle strings in webidl bindings
Tip revision: 3a3a6f7
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