zig-lua-wrapper icon indicating copy to clipboard operation
zig-lua-wrapper copied to clipboard

example zig project that compiles a lua file into a static executable

Results 1 zig-lua-wrapper issues
Sort by recently updated
recently updated
newest added

Hello, nice example! If you're interested [I completed it](https://github.com/catwell/zig-lua-wrapper/tree/luasocket) to show how to build more complicated apps with C dependencies such as LuaSocket and several Lua files. I did not...