Rust Bindings for LittlevGL

I just wanted to give a quick update. I was playing around to make the LVGL Rust bindings able to compile to WASM and run on the browser. Here is the live example working: https://rafaelcaricio.github.io/lvgl-rs-wasm/
It is a simple example as LVGL Rust bindings are still in development.

The source code for anyone interested is available here: https://github.com/rafaelcaricio/lvgl-rs-wasm