cffi-lua icon indicating copy to clipboard operation
cffi-lua copied to clipboard

Luau support

Open checkraisefold opened this issue 6 months ago • 1 comments

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; https://github.com/luau-lang/luau/issues/251 https://github.com/gudzpoz/luajava/issues/182#issuecomment-2152718993

checkraisefold avatar Aug 01 '24 12:08 checkraisefold