Skip to content

Commit 2c38ecf

Browse files
emscripten: Use the latest emsdk 3.1.68
This should fix our precompiled std being unsound in `std::fs` code.
1 parent 52fd998 commit 2c38ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/scripts/emscripten.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ exit 1
2020

2121
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
2222
cd /emsdk-portable
23-
hide_output ./emsdk install 2.0.5
24-
./emsdk activate 2.0.5
23+
hide_output ./emsdk install 3.1.68
24+
./emsdk activate 3.1.68

0 commit comments

Comments
 (0)