no idea how in the world FixedBufferStream is giving me this error as everything is in memory
error: ProcessFdQuotaExceeded
/home/bulby/Documents/github/sillyplatformer/wasmp_parser/main.zig:176:30: 0x112dfda in parse (build)
const tres = try self.til.parse(allocator, src);
^
/home/bulby/Documents/github/sillyplatformer/wasmp_parser/main.zig:210:17: 0x10d9de7 in strip_maps (build)
const res = try many_til_map.parse(alloc, &fbs) orelse return error.BadParse;
^
/home/bulby/Documents/github/sillyplatformer/build.zig:41:19: 0x10da0eb in build (build)
const funny = try wasmp_parser.strip_maps(alloc, wasmp);
^
/home/bulby/zig-0.12.0-dev/lib/std/Build.zig:1885:24: 0x10bf137 in runBuild__anon_8607 (build)
.ErrorUnion => try build_zig.build(b),
^
/home/bulby/zig-0.12.0-dev/lib/build_runner.zig:319:9: 0x10baee7 in main (build)
try builder.runBuild(root);
^
1st message is at this which calls into
this and like... how in the world did it get ProcessFdQuoteExceeded. It's all in memory???