cffi-lua icon indicating copy to clipboard operation
cffi-lua copied to clipboard

A portable C FFI for Lua 5.1+

Results 12 cffi-lua issues
Sort by recently updated
recently updated
newest added

A very popular, and still growing, fork of Lua is [Luau.](https://github.com/luau-lang/luau) It's the Lua distribution created by/used in Roblox, along with being adopted by Alan Wake 2 and some other...

Hi, please see the below code for demo. ```lua -- Uncommenting the line below will introduce a crash in callback:free(). require("cffi") local lgi = require("lgi") local callback = require("cffi").cast("void (*)()",...