Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Emscripten platform #1423

Merged
merged 13 commits into from
Jan 30, 2022
4 changes: 2 additions & 2 deletions Emscripten/build.sh
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ mkdir emscripten
pushd emscripten
git clone https://github.com/emscripten-core/emsdk.git
pushd emsdk
./emsdk install latest
./emsdk activate latest
./emsdk install 3.1.2
./emsdk activate 3.1.2
source ./emsdk_env.sh
popd
popd