lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, Sep 25, 2016 at 3:11 PM, rexonf <rexonf@gmail.com> wrote:
> On Sun, Sep 25, 2016 at 4:03 PM, Charles Heywood <vandor2012@gmail.com>
> wrote:
>>
>> I'm not sure if there's a recent libffi binding; however, there is
>> https://github.com/facebook/luaffifb which is (mostly) compatible wtih the
>> LuaJIT FFI and runs on 5.1 through 5.3.
>>
>
> There's also this one, seems similar: https://github.com/jmckaskill/luaffi
> Seems older, still working: I tested it a bit with 5.1
>

luaffifb is forked from luaffi to add support for newer versions of
Lua. The similarity is not unintentional. ;)

/s/ Adam