blob: 9490e68a677869d5f3109406b6d049c87721deb3 [file] [log] [blame]
#!/usr/bin/env python
# This script should work in python 2 *or* 3. It loads emcc.py, which needs python 2.
from tools import python_selector
import sys
if __name__ == '__main__':
python_selector.run(__file__, profile=True)