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
I’d like to use Lua as an extension language so that much of the functionality can be scripted and others can create their own plugins. This also means using languages that compile to Lua like MoonScript, Wu, and Fennel.
Which version of Lua to target is tricky, probably 5.1 for maximum compatibility.
- Use include-lua to embed Lua code in Rust code.
The text was updated successfully, but these errors were encountered:
I’d like to use Lua as an extension language so that much of the functionality can be scripted and others can create their own plugins. This also means using languages that compile to Lua like MoonScript, Wu, and Fennel.
Which version of Lua to target is tricky, probably 5.1 for maximum compatibility.
The text was updated successfully, but these errors were encountered: