🌸 A collection of Go bindings to Luau (WIP)
Find a file
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
.vscode feat: include more lua.h bindings (50% there!) 2024-07-19 00:00:27 +05:30
build build: remove redundant not nil check for error 2025-04-26 08:57:18 +01:00
examples init: initial work on luau bindings 2024-07-17 17:09:44 +05:30
ffi feat(ffi): add callbacks for memory allocation and debug hooks (#1) 2025-04-26 17:51:08 +01:00
test init: initial work on luau bindings 2024-07-17 17:09:44 +05:30
.editorconfig init: initial work on luau bindings 2024-07-17 17:09:44 +05:30
.gitattributes init: initial work on luau bindings 2024-07-17 17:09:44 +05:30
.gitignore build: make build script more ergonomic 2025-04-26 08:50:50 +01:00
.gitmodules refactor: rename package internal->ffi & fix compile err 2025-04-26 08:49:43 +01:00
go.mod chore(pkg): update deps 2025-04-26 07:49:08 +01:00
go.sum chore(pkg): update deps 2025-04-26 07:49:08 +01:00
main.go refactor: export raw bindings as ffi package 2025-04-26 07:51:49 +01:00