archives support, builds .exe as well now

This commit is contained in:
2026-05-30 12:14:23 +02:00
parent 5a6fe38190
commit 7a537926fc
4 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pub fn main() !void {
const io = threaded.io();
const cwd = std.Io.Dir.cwd();
const dir = try cwd.openDir(io, ".", .{ .iterate = true }); // change to root later
const dir = try cwd.openDir(io, ".", .{ .iterate = true });
defer dir.close(io);
var iterate = dir.iterate();