File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
site/source/docs/getting_started Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ See docs/process.md for more on how version tagging works.
3030 information. (#16428 )
3131- Use normalized mouse wheel delta for GLFW 3 in ` library_glfw.js ` . This changes
3232 the vertical scroll amount for GLFW 3. (#16480 )
33+ - The emsdk binaries for macOS now require macOS 10.14 Mojave (or above).
34+ Prior versions of emsdk could run on 10.11 (or above), but supporting those
35+ older versions recently became harder.
3336
34373.1.7 - 03/07/2022
3538-------------------
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ Windows
118118macOS
119119+++++
120120
121+ .. note :: Emscripten requires macOS 10.14 Mojave or above.
122+
121123If you use the Emscripten SDK it includes a bundled version of Python 3.
122124Otherwise you will need to manually install and use Python 3.6 or newer.
123125
You can’t perform that action at this time.
0 commit comments