emscripten: Use the latest emsdk 3.1.68

This should fix our precompiled std being unsound in `std::fs` code.
This commit is contained in:
Jubilee Young 2024-10-10 23:53:29 -07:00
parent 52fd998399
commit 2c38ecfc90

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