The all times classic. Full control over CPU & GPU
apt-get install build-essential apt-get install libsdl2-dev apt-get install libsdl2-ttf-dev apt-get install libsdl2-image-dev apt-get install libsdl2-mixer-dev
# Get the emsdk repo git clone https://github.com/emscripten-core/emsdk.git # 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 terminal source ./emsdk_env.sh