lua-users home
lua-l archive

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


FFI is only in LuaJIT 2

On 4/16/2012 10:23 AM, Leo Razoumov wrote:
On Mon, Apr 16, 2012 at 10:53, Mike Pall<mikelu-1204@mike.de>  wrote:
This is a minor bug fix release for the (stable) LuaJIT 1.1 branch.
It has been upgraded to Lua 5.1.5 including fixes for the currently
known bugs in Lua 5.1.5.

Here is a link to the home page:
  http://luajit.org/luajit.html


Does FFI work with LuaJIT-1.1 branch?
http://luajit.org/ext_ffi.html says that
"The FFI library is tightly integrated into LuaJIT (it's not available
as a separate module)."
without clarifying the version.

--Leo--