Skip to content

Commit a40d160

Browse files
committed
introduce std.io.SeekableStream
Relevant #764 dwarf debug info is modified to use this instead of std.os.File directly to make it easier for bare metal projects to take advantage of debug info parsing
1 parent 6f5e7ee commit a40d160

File tree

6 files changed

+228
-134
lines changed

6 files changed

+228
-134
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ set(ZIG_STD_FILES
491491
"heap.zig"
492492
"index.zig"
493493
"io.zig"
494+
"io/seekable_stream.zig"
494495
"json.zig"
495496
"lazy_init.zig"
496497
"linked_list.zig"

0 commit comments

Comments
 (0)