You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Fetch the latest version of the emsdk (not needed the first time you clone)
git pull
# Download and install the latest SDK tools.
./emsdk install latest
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./emsdk activate latest
# Activate PATH and other environment variables in the current terminalsource ./emsdk_env.sh
The text was updated successfully, but these errors were encountered:
adamma1024
changed the title
环境安装, 命令直接报错, 建议直接贴上 Emscripten 官网链接, 要不然容易新手劝退
环境安装, 建议直接贴上 Emscripten 官网链接, 要不然容易劝退
Oct 30, 2021
./emsdk install sdk-incoming-64bit binaryen-master-64bit error: tool or SDK not found: 'sdk-incoming-64bit'
人家 Emscripten 官网上是这么写的:
The text was updated successfully, but these errors were encountered: