mirror of
https://github.com/ziglang/zig.git
synced 2026-01-29 02:35:28 +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