Skip to content

Commit

Permalink
Update Emscripten on CI to 2.0.5
Browse files Browse the repository at this point in the history
`getentropy()` is available since Emscripten 2.0.5.

See:
emscripten-core/emscripten#12240
  • Loading branch information
kleisauke committed Mar 29, 2023
1 parent 4d40cdf commit 7b40eb7
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 1.39.20
./emsdk activate 1.39.20
hide_output ./emsdk install 2.0.5
./emsdk activate 2.0.5

0 comments on commit 7b40eb7

Please sign in to comment.