mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 20:11:23 +00:00
* add ability to add assembly files when building an exe, obj, or lib * add implicit cast from `[N]T` to `?[]const T` (closes #343) * remove link_exe and link_lib in favor of allowing build_exe and build_lib support no root zig source file