zune-zig-extension-template A zig library template for creating zune extensions, extending the luau API. built for zune 0.5.* Template Information Module Usage local math_ext = require("./src") print(math_ext.add(1, 2)) -- 3 Building zig: 0.15.1 zig build Testing zig build run