Exploring Other Options in emsdk
Learn how the emsdk tool is used to simplify the installation, management, and configuration of Emscripten and its associated tools and SDKs.
We'll cover the following...
emsdk is a single-stop shop for installing, maintaining, and managing all the tools and toolchains required for using Emscripten. emsdk makes it easier to bootstrap the environment, upgrade to the latest versions, switch to various versions, change or configure various tools, and so on.
The emsdk command is available inside the emsdk folder. Go to the emsdk folder and run the emsdk command.
Note: For all the commands in this chapter, use
./emsdkfor *nix systems and useemsdkfor Windows.
To find the various options available in the emsdk command, run the following command:
./emsdk --help
Try it out
The output of the above snippet can be tested by running the above command in the given terminal below:
An emsdk command takes the following format:
emsdk <option> <Tool / SDK > --<flags>
The emsdk command consists of the following:
<option>: This can be one of the following: list, update, ...