emscripten: Add JS library dependencies using EM_JS_DEPS macro

See https://github.com/emscripten-core/emscripten/pull/19780

(cherry picked from commit 042243471f)
This commit is contained in:
Sam Clegg
2023-07-05 13:52:37 -07:00
committed by Ryan C. Gordon
parent 95033e87e1
commit b42cb1c6f2
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ for some Javascript code to steal for this approach.
## Building SDL/emscripten
SDL currently requires at least Emscripten 2.0.32 to build. Newer versions
SDL currently requires at least Emscripten 3.1.35 to build. Newer versions
are likely to work, as well.