A.1. Python
You’ll need to have Python installed on your system to run the Emscripten SDK installation. The minimum version of Python that’s needed is 2.7.12. You can check to see if Python is already installed and what version it is by running the following command in a console window:
python -V
Figure A.1. Verifying that Python is installed
If Python is installed, you should see a message similar to the one shown in figure A.1.
If Python isn’t installed, you can download the installation from www.python.org/downloads/. If you’re using a version of Linux that has APT (Advanced Package Tool), Python can also be installed by running the following ...
Get WebAssembly in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.