Skip to content

Is this ABI compatible with Lua5.1 too? #117

Answered by zeux
AntonPetrochenko asked this question in Q&A
Discussion options

You must be logged in to vote

Not fully ABI compatible in the drop-in sense; most of the FFI interface is the same but there's a couple deviations that would require changing projects that rely on Lua today; most importantly code needs to be compiled and loaded separately, this is highlighted in the readme. For embedded projects depending on the deployment strategy it could also make sense to precompile source to bytecode on host, so that on the target you only need to build Luau.VM to reduce code size.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AntonPetrochenko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants