Skip to content

Instantly share code, notes, and snippets.

View zraymene's full-sized avatar
:octocat:
Focusing

ZEROUAL Aymene zraymene

:octocat:
Focusing
  • Chez my computer
  • Algeria
  • 03:09 (UTC)
  • X @ZrAymene
View GitHub Profile
@marcusbelcher
marcusbelcher / install_emscripten.bat
Last active October 20, 2024 20:43
Install Emscripten / Emsdk on Windows 10 via CMD
git clone https://github.com/juj/emsdk.git
cd emsdk
rd /s /q clang
rd /s /q emscripten
rd /s /q java
rd /s /q node
rd /s /q python
rd /s /q zips
git reset --hard HEAD
git checkout master