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:
commit
eb060f6507
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user