justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
440 stars 53 forks source link

support for running under PUC Lua #7

Open justincormack opened 11 years ago

justincormack commented 11 years ago

Currently requires LuaJIT, but it should be possible to also support vanilla Lua, although there is a fair amount of work. It used to work with Luaffi, and I think the best idea is to take the ffi structure code from there, but produce a traditional C binding to the system calls, so no dynasm is needed, for the widest compatibility.

justincormack commented 10 years ago

Stage 1 done - now running under luaffi.