lua-users home
lua-l archive

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


> LuaJIT FFI library.

Is there a way to export from windows exe app and import to LuaJIT FFI?

I have monolith app, as in one big windows exe file, and it always
takes me a lot of time to export decent functionality to Lua.

I would like to do something like "here are functions from my app,
here is the string with LuaJIT FFI friendly C header" and make it
work like it works now with external dlls?

BTW LuaJIT is one great peace of work.