rote
rote copied to clipboard
LuaJIT Support
Thanks for this awesome framework. I really like the Lua support which is very lightweight and fast. Does it support LuaJIT?
Not currently. It is using the standard Lua interpreter provided by these Rust bindings: https://github.com/jcmoyer/rust-lua53
I'd be open to using LuaJIT in the future.