Some months ago, I created <a href="https://toywithraylib.com/" rel="nofollow">https://toywithraylib.com/</a>, a little project that uses emception (<a href="https://github.com/jprendes/emception">https://github.com/jprendes/emception</a>)<p>It allows you to build and run raylib projects entiretly on the browser (It is compiled and run entirely locally!)<p>It has raylib 5.6, rlImGui and box2d included! It can be used to run any C++ project, allowing configuring the build options using python (which also runs entirely in the website)<p>Once you are finished testing, you can download the code or download the game in order to share, which will be stored in a single-file HTML file, it also has basic link-sharing capabilities but I don't expect them to work with large examples since it is url-based.<p>The project is opensourced, I just wanted to hack it to get it working, but if somebody wants to improve it or fork it, is more than welcomed to do so :)<p>Project link: <a href="https://github.com/Rucadi/emception_raylib">https://github.com/Rucadi/emception_raylib</a>