Use a wrapper script for running emsdk.py (#292)

This change moves the python code for emsdk into a file ending in .py.
This script is then run via emsdk.bat on windows or emsdk (a shell
script) on non-windows.

This avoid the #!/bin/sh at the top of the python script and the "exec"
hack on the first line that re-runs it under python.  Hopefully this
preserves the intent of #273 without jumping through so many hoops.
This commit is contained in:
Sam Clegg
2019-08-27 14:02:50 -07:00
committed by GitHub
parent 5c93ca29bd
commit a562ff7bda
6 changed files with 2789 additions and 2804 deletions

2772
emsdk.py Executable file

File diff suppressed because it is too large Load Diff