September 2018
Intermediate to advanced
328 pages
9h 10m
English
Before completing the installation, I recommend you use PowerShell going forward. The examples in this book will be using PowerShell inside cmder. Once the clone process is complete, run each of the commands given in 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 ...
Read now
Unlock full access