Commits


Sam Clegg authored and GitHub committed 56f5a2bcc55
Cleanup emsdk.bat launcher (#566) TIL a couple of things about bat files. God help me. - Use a single @echo off at the top rather than @ on every line - Use lowercase names for builtin operation - Use setlocal/endlocal rather than reseting EM_PYTHON at the end