jmckaskill / luaffi

Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for __new metamethod

jmckaskill opened this issue · comments

Started using this method and it cleans up a lot of stuff...

I think this might be the only thing stopping ljsyscall working with luaffi again - fixed most of the other issues... will take a look as it should not be too hard to do.

This can be closed now.