Rollup merge of #131533 - workingjubilee:update-emscripten-version, r=Kobzol

emscripten: Use the latest emsdk 3.1.68

This should fix our precompiled std being unsound in `std::fs` code.

Should resolve #131467 I hope.
This commit is contained in:
Matthias Krüger
2024-10-14 06:04:28 +02:00
committed by GitHub
+2 -2
View File
@@ -20,5 +20,5 @@ exit 1
git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable
cd /emsdk-portable
hide_output ./emsdk install 2.0.5
./emsdk activate 2.0.5
hide_output ./emsdk install 3.1.68
./emsdk activate 3.1.68