mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user