I'm opening this issue so we don't forget the work that needs to be done.
As discussed in #14, we need to port the raylib bindings to a faster WASM runtime, like it was done for the raygui bindings.
This will allow us to use sync.Pool to cache variables instead of allocating and freeing them on each frame.
To work on this issue, the raygui bindings need to be completed first.
I'm opening this issue so we don't forget the work that needs to be done.
As discussed in #14, we need to port the
raylibbindings to a faster WASM runtime, like it was done for therayguibindings.This will allow us to use
sync.Poolto cache variables instead of allocating and freeing them on each frame.To work on this issue, the
rayguibindings need to be completed first.