6 lines
73 B
Batchfile
6 lines
73 B
Batchfile
@ECHO OFF
|
|
|
|
call %~dp0\env.bat
|
|
|
|
"%EMSDK_PYTHON%" %~dp0\link_wrapper.py %*
|