mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 15:19:01 +00:00
No examples built for the Web platform functioned properly due to lack of resources in the virtual file system provided by emscripten. This patch addresses this problem by adding '--preload-file local_path/resources@resources' emcc option to link flags whenever necessary.