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:
parent
52fd998399
commit
2c38ecfc90
@ -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