Last active
February 18, 2023 04:09
-
-
Save Codezigineer/dd9803dd9799cc00d6c0d3810169f42a to your computer and use it in GitHub Desktop.
Emscripten for iSH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apk update | |
apk add curl git bash zip clang gcc nodejs python3 | |
curl https://codeload.github.com/emscripten-core/emsdk/zip/refs/heads/main -o main.zip | |
unzip main.zip -d emsdk | |
cd emsdk | |
cd emsdk-main | |
chmod +x emsdk | |
./emsdk install latest | |
./emsdk activate latest | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment