September 2018
Intermediate to advanced
328 pages
9h 10m
English
Once the clone process is complete, run each of the commands from the following code snippet. If you see a message recommending that you run git pull instead of ./emsdk update, use the git pull command prior to running the ./emsdk install sdk-1.38.15-64bit command:
# Change directory into the EMSDK installation foldercd emsdk# Fetch the latest registry of available tools./emsdk update# Download and install the latest SDK tools./emsdk install sdk-1.38.15-64bit# Make the latest SDK active for the current user (writes ~/.emscripten file)./emsdk activate sdk-1.38.15-64bit# Activate PATH and other environment variables in the current Terminalsource ./emsdk_env.sh
The source ./emsdk_env.sh command will activate ...
Read now
Unlock full access