negrel/zluajit
Zig bindings to LuaJIT C API
871db2c84ecefd70a850e03a6c340214a81739f0.tar.gz
zluajit
- Zig bindings to LuaJIT C APIzluajit
provides high quality, ergonomic, well documented and type-safe
bindings to LuaJIT 5.1/5.2 C API. Supporting other Lua versions is a non goal.
See examples
to get started embedding LuaJIT in Zig
program or build Zig modules that can be imported from Lua.
It is strongly recommended to build programs depending on zluajit
using the
LLVM backend (at least for now).
luajit
You can build luajit
executable using zig build luajit
.
If you want to contribute to zluajit
to add a feature or improve the code contact
me at [email protected], open an
issue or make a
pull request.
Please give a :star: if this project helped you!
MIT © Alexandre Negrel