RetroArch/emscripten
Joe Osborn c413bcc626
Threaded emscripten fixes (#17614)
* Actually read CLI args in emscripten

* Fix fetchfs manifest parsing, increase download chunk size

The chunk size should probably be made a parameter in the future.  The
larger chunk size trades longer hitches for fewer hitches.

* Add exec command driver and API functions for emscripten.

Under WASMFS, stdin/stdout can't be customized the way they can with
the JS FS implementation.  Also, this approach frees up stdin/stdout
and simplifies interaction with the command interface for web embedders.

* fixup upload paths, show use of new emscripten cmd interface

* Add JS library function names to EXPORTS as well as EXPORTED_FUNCTIONS for older emsdk versions
2025-02-24 09:25:05 -08:00
..
library_platform_emscripten.js Threaded emscripten fixes (#17614) 2025-02-24 09:25:05 -08:00
library_rwebaudio.js Fix RWebAudioInit race condition 2023-07-02 05:47:13 +02:00
library_rwebcam.js Emscripten improvements (#17422) 2025-01-29 05:29:16 +01:00
pre.js (Emscripten) Modularize the JavaScript and clean up the web build (#15688) 2023-11-02 13:25:50 -07:00
template.html emscripten: Use argument list for Module.print 2018-01-15 10:06:06 -05:00