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
Hello! I was hoping to get a clearer view of the compatibility between this library and LuaJIT's FFI API. I'm looking to migrate some LuaJIT code over and, obviously, it's not quite 1:1.
In particular, I'm finding that tables don't seem to auto convert to structs, which seems an odd omission. Hoping to get a more complete list of differences before they cause problems down the line.
I am also very curious how 64bit numbers are intended to be constructed, since LuaJIT has special syntax for it.
The text was updated successfully, but these errors were encountered:
Hello! I was hoping to get a clearer view of the compatibility between this library and LuaJIT's FFI API. I'm looking to migrate some LuaJIT code over and, obviously, it's not quite 1:1.
In particular, I'm finding that tables don't seem to auto convert to structs, which seems an odd omission. Hoping to get a more complete list of differences before they cause problems down the line.
I am also very curious how 64bit numbers are intended to be constructed, since LuaJIT has special syntax for it.
The text was updated successfully, but these errors were encountered: