We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac50d6 commit 6d03a43Copy full SHA for 6d03a43
ci/emscripten.sh
@@ -32,8 +32,8 @@ git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
32
cd /emsdk-portable
33
# FIXME: switch to an upstream install once
34
# https://github.com/rust-lang/rust/pull/63649 lands
35
-hide_output ./emsdk install 1.38.42
36
-./emsdk activate 1.38.42
+hide_output ./emsdk install latest-upstream
+./emsdk activate latest-upstream
37
38
# Compile and cache libc
39
# shellcheck disable=SC1091
0 commit comments