Skip to content

Commit

Permalink
Update Emscripten to 2.0.24 (#359)
Browse files Browse the repository at this point in the history
Switch the version hardcoded in the env initialization scripts to use
the currently up-to-date version of Emscripten. It brings various
improvements that the Emscripten team made recently, and at the same
time doesn't regress on our use cases (we couldn't update earlier due to
a few blockers in the previous releases, like Clang crashes).
  • Loading branch information
emaxx-google authored Jun 15, 2021
1 parent 4dc329f commit 4bcac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
DEPOT_TOOLS_REPOSITORY_URL="https://chromium.googlesource.com/chromium/tools/depot_tools.git"

EMSCRIPTEN_SDK_REPOSITORY_URL="https://github.com/emscripten-core/emsdk.git"
EMSCRIPTEN_VERSION="2.0.13"
EMSCRIPTEN_VERSION="2.0.24"

NACL_SDK_VERSION="47"

Expand Down

0 comments on commit 4bcac7c

Please sign in to comment.