Skip to content

Instantly share code, notes, and snippets.

View painfulexistence's full-sized avatar
:octocat:
Productivity Machine

Loïc Chen painfulexistence

:octocat:
Productivity Machine
View GitHub Profile
@painfulexistence
painfulexistence / install-emscripten.sh
Created March 24, 2024 23:29
Install Emscripten on Unix systems
git clone https://github.com/emscripten-core/emscripten.git && cd emscripten
./emsdk install latest
./emsdk activate latest
echo -e "\n# Emscripten\nexport EMSDK_QUIET=1\nsource ${PWD}/emsdk_env.sh" >> ~/.zshrc && source ~/.zshrc