Skip to content

Commit

Permalink
emscripten: Use the latest emsdk 3.1.68
Browse files Browse the repository at this point in the history
This should fix our precompiled std being unsound in `std::fs` code.
  • Loading branch information
workingjubilee committed Oct 11, 2024
1 parent 52fd998 commit 2c38ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/docker/scripts/emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c38ecf

Please sign in to comment.