zig/lib/docs/wasm
Andrew Kelley 0b3f0124dc std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
preparing to rearrange std.io namespace into an interface

how to upgrade:

std.io.getStdIn() -> std.fs.File.stdin()
std.io.getStdOut() -> std.fs.File.stdout()
std.io.getStdErr() -> std.fs.File.stderr()
2025-07-07 22:43:51 -07:00
..
markdown chore(std.mem): Rename trimLeft and trimRight 2025-04-27 18:03:59 +09:00
Decl.zig std.zig.Ast: improve type safety 2025-03-07 22:22:01 +01:00
html_render.zig remove usingnamespace from the language 2025-07-07 13:39:48 -07:00
main.zig std.zig.Ast: improve type safety 2025-03-07 22:22:01 +01:00
markdown.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00
Walk.zig remove usingnamespace from the language 2025-07-07 13:39:48 -07:00