lei/ffi
Shiawase b0eb323392
feat(ffi): add callbacks for memory allocation and debug hooks (#1)
From [lua.h](c51743268b/VM/include/lua.h (L446))

- Added OnAllocate callback to LuaCallbacks struct
- Fixed callback function signatures for UserAtom, DebugInterrupt, and DebugProtectedError
- Updated Callbacks function to correctly map additional debug and allocation callbacks from Luau
2025-04-26 17:51:08 +01:00
..
luau@c51743268b refactor: rename package internal->ffi & fix compile err 2025-04-26 08:49:43 +01:00
clua.c refactor: export raw bindings as ffi package 2025-04-26 07:51:49 +01:00
clua.h refactor: export raw bindings as ffi package 2025-04-26 07:51:49 +01:00
lauxlib.go refactor: rename package internal->ffi & fix compile err 2025-04-26 08:49:43 +01:00
lua.go feat(ffi): add callbacks for memory allocation and debug hooks (#1) 2025-04-26 17:51:08 +01:00
util.go refactor: rename package internal->ffi & fix compile err 2025-04-26 08:49:43 +01:00
vector3.go refactor: rename package internal->ffi & fix compile err 2025-04-26 08:49:43 +01:00
vector4.go refactor: export raw bindings as ffi package 2025-04-26 07:51:49 +01:00