File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ See docs/process.md for more on how version tagging works.
2424 API stub functions. These stub functions where never designed to work under
2525 Wasm Workers, so its safer to error at link time if pthread APIs are used
2626 in Wasm Worker-based programs. (#26336 )
27+ - SDL2 port updated to include stub functions for ` SDL_hid_init() ` and related
28+ functions. (#26297 )
2729
28305.0.2 - 02/25/26
2931----------------
@@ -46,8 +48,6 @@ See docs/process.md for more on how version tagging works.
4648 C ` bool ` type rather than ` int ` . For example ` emscripten_proxy_sync ` and
4749 ` emscripten_is_main_runtime_thread ` . (#26316 )
4850- SDL2 port updated from 2.32.8 to 2.32.10. (#26298 )
49- - SDL2 port updated to include stub functions for ` SDL_hid_init() ` and related
50- functions. (#26297 )
5151- The remaining launcher scripts (e.g. ` emcc.bat ` ) were removed from the git
5252 repository. These scripts are created by the ` ./bootstrap ` script which
5353 must be run before the toolchain is usable (for folks using a git checkout of
You can’t perform that action at this time.
0 commit comments