Skip to content

Commit 026f15a

Browse files
authored
Add note about macOS 10.14 requirement (#16575)
1 parent 33058fc commit 026f15a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog.md

+3
Original file line numberDiff line numberDiff 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

3437
3.1.7 - 03/07/2022
3538
-------------------

site/source/docs/getting_started/downloads.rst

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ Windows
118118
macOS
119119
+++++
120120

121+
.. note:: Emscripten requires macOS 10.14 Mojave or above.
122+
121123
If you use the Emscripten SDK it includes a bundled version of Python 3.
122124
Otherwise you will need to manually install and use Python 3.6 or newer.
123125

0 commit comments

Comments
 (0)