File tree 2 files changed +5
-0
lines changed
site/source/docs/getting_started
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.
30
30
information. (#16428 )
31
31
- Use normalized mouse wheel delta for GLFW 3 in ` library_glfw.js ` . This changes
32
32
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.
33
36
34
37
3.1.7 - 03/07/2022
35
38
-------------------
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ Windows
118
118
macOS
119
119
+++++
120
120
121
+ .. note :: Emscripten requires macOS 10.14 Mojave or above.
122
+
121
123
If you use the Emscripten SDK it includes a bundled version of Python 3.
122
124
Otherwise you will need to manually install and use Python 3.6 or newer.
123
125
You can’t perform that action at this time.
0 commit comments