-
Notifications
You must be signed in to change notification settings - Fork 22
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
Lua 5.1 / LuaJIT support #5
Comments
It is easy to support Lua51 and LuaJIT. But I have no time to do this. |
If you think it should be easy then I will have a look and see if I can make the changes. If you have any starting points / advice that would be useful. Thanks for the info. [EDIT] In my newness to lua I was missing an obvious thing here in that the versions of lua are not ABI compatible so I believe that dlls compiled with the current build system are for 5.3 and won7t be usable from earlier versions. Step 1 is my figuring out how to actually compile with the correct version of lua. |
I add a section TODO: Integrate into Unity in README. |
Thanks for the information. I will have a look but since I am completely new to lua and the ecosystem in general Edit: I am using a different RPC system for the moment which does the job. |
Any updates? |
Wondering the same |
Attempting to run the examples with Lua52, Lua51 and LuaJIT result in the examples hanging or crashing.
Is there any possibility of supporting lua51 release which will also add support for the popular and the very fast http://luajit.org/ lua implementation?
I am relatively new to the lua ecosystem so I am not sure how difficult this will be (although I am assuming it is not trivial amount of work given the number of dependencies etc.).
Based on martanne/vis#291 it looks like it could be possible to get LuaJit compatible with 5.2 although most applications of luaJit would probably not be using this patch.
The text was updated successfully, but these errors were encountered: