Skip to content

Instantly share code, notes, and snippets.

@Codezigineer
Last active February 18, 2023 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Codezigineer/dd9803dd9799cc00d6c0d3810169f42a to your computer and use it in GitHub Desktop.
Save Codezigineer/dd9803dd9799cc00d6c0d3810169f42a to your computer and use it in GitHub Desktop.
Emscripten for iSH
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