zig/lib/docs/wasm
Linus Groh da1415efce std: Remove a handful of things deprecated during the 0.15 release cycle
- std.Build.Step.Compile.root_module mutators -> std.Build.Module
- std.Build.Step.Compile.want_lto -> std.Build.Step.Compile.lto
- std.Build.Step.ConfigHeader.getOutput -> std.Build.Step.ConfigHeader.getOutputFile
- std.Build.Step.Run.max_stdio_size -> std.Build.Step.Run.stdio_limit
- std.enums.nameCast -> @field(E, tag_name) / @field(E, @tagName(tag))
- std.Io.tty.detectConfig -> std.Io.tty.Config.detect
- std.mem.trimLeft -> std.mem.trimStart
- std.mem.trimRight -> std.mem.trimEnd
- std.meta.intToEnum -> std.enums.fromInt
- std.meta.TagPayload -> @FieldType(U, @tagName(tag))
- std.meta.TagPayloadByName -> @FieldType(U, tag_name)
2025-11-23 01:50:17 +00:00
..
markdown std.fmt: delete deprecated APIs 2025-08-31 12:49:18 -07:00
Decl.zig update langref and docs to avoid GenericWriter 2025-08-28 18:30:57 -07:00
html_render.zig update langref and docs to avoid GenericWriter 2025-08-28 18:30:57 -07:00
main.zig update langref and docs to avoid GenericWriter 2025-08-28 18:30:57 -07:00
markdown.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-23 01:50:17 +00:00
Walk.zig Remove legacy asm clobbers syntax handling 2025-11-23 01:50:17 +00:00