You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library does not compile when targeting wasm32-unknown-unknown and using SDL2. The C library can compile to WASM via Emscripten, so it should be possible to make it work.
The text was updated successfully, but these errors were encountered:
The SDL2 backend works when targeting wasm32-unknown-emscripten, so no changes are necessary unless users specifically need to target wasm32-unknown-unknown.
EDIT: Compilation fails when bundled-sdl2 is enabled.
The library does not compile when targeting
wasm32-unknown-unknown
and using SDL2. The C library can compile to WASM via Emscripten, so it should be possible to make it work.The text was updated successfully, but these errors were encountered: