Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Luau support #49

Open
checkraisefold opened this issue Aug 1, 2024 · 1 comment
Open

Luau support #49

checkraisefold opened this issue Aug 1, 2024 · 1 comment

Comments

@checkraisefold
Copy link

A very popular, and still growing, fork of Lua is Luau. It's the Lua distribution created by/used in Roblox, along with being adopted by Alan Wake 2 and some other games. Luau, since it's not based on LuaJIT, has no FFI library and none are available for it. It could be worthwhile to support it in this project.

Here's some of the API differences, but not all, of note from the stock Lua C API;
luau-lang/luau#251
gudzpoz/luajava#182 (comment)

@q66
Copy link
Owner

q66 commented Aug 1, 2024

feel free to submit a pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants