Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ See docs/process.md for more on how version tagging works.
information. (#16428)
- Use normalized mouse wheel delta for GLFW 3 in `library_glfw.js`. This changes
the vertical scroll amount for GLFW 3. (#16480)
- The emsdk binaries for macOS now require macOS 10.14 Mojave (or above).
Prior versions of emsdk could run on 10.11 (or above), but supporting those
older versions recently became harder.

3.1.7 - 03/07/2022
-------------------
Expand Down
2 changes: 2 additions & 0 deletions site/source/docs/getting_started/downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ Windows
macOS
+++++

.. note:: Emscripten requires macOS 10.14 Mojave or above.

If you use the Emscripten SDK it includes a bundled version of Python 3.
Otherwise you will need to manually install and use Python 3.6 or newer.

Expand Down