Describe the problem you are trying to solve.
Currently flecs is not built and tested with emscripten, which can cause instability for apps built with emscripten.
Describe the solution you'd like
Add CI jobs that:
- build flecs in debug/release build with emscripten
- build flecs examples with emscripten
- run all test suites with emscripten
Describe the problem you are trying to solve.
Currently flecs is not built and tested with emscripten, which can cause instability for apps built with emscripten.
Describe the solution you'd like
Add CI jobs that: