wasm support

This commit is contained in:
2026-03-25 19:50:21 +01:00
parent 548db30cdd
commit ab52775ba7
12 changed files with 541 additions and 57 deletions

View File

@@ -75,6 +75,7 @@ public:
bool init(int argc, char** argv);
void run();
void mainLoopStep(); // single iteration (public for Emscripten callback)
void shutdown();
private: