Browse Source

README-emscripten: Note that using the latest stable release is a good idea.

Ryan C. Gordon 1 month ago
parent
commit
720a9d0636
1 changed files with 8 additions and 3 deletions
  1. 8 3
      docs/README-emscripten.md

+ 8 - 3
docs/README-emscripten.md

@@ -226,9 +226,14 @@ most efficient, consistent, and correct way to run a game in a web browser.
 
 
 ## Building SDL/emscripten
 ## Building SDL/emscripten
 
 
-
-SDL currently requires at least Emscripten 3.16.0 to build. Newer versions
-are likely to work, as well.
+Use the latest stable Emscripten release!
+
+It's possible to build SDL with older Emscripten releases, such as 3.x, but
+several things will be silently broken, as bugs got fixed and web standards
+solidified over time. At the time of this writing, Emscripten 4.0.x is the
+current stable release. You're encouraged to install the latest stable release
+(`emsdk install latest ; emsdk activate latest` if using Emscripten's setup
+script), and make sure you're reasonably up to date as time goes on.
 
 
 
 
 Build:
 Build: