https://github.com/kripken/emscripten
Raw File
Tip revision: f7e0ef22fb7aa846be578698c4dfab871382f941 authored by Alon Zakai on 30 October 2015, 22:07:57 UTC
move emcc to emcc.py, and make emcc support both python 2 and 3, calling emcc.py using python 2 if not already running there
Tip revision: f7e0ef2
emcc.bat
@echo off
python "%~dp0\emcc" %*
back to top