authorgravatar for zach@raineri.softwareZachary Raineri <zach@raineri.software> 2024-01-24 07:46:41-06:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2024-01-26 15:24:07+02:00
logb36dd55af5fa0e8e0a464440a7e6f2821f67c590
treedfd87274d0193c8b8cacf4647b26bd703a459517
parent61ba225709b88579984a1a679021d121d1aada64

std.os.wasi | Fix comment links

Branch was renamed: master -> main Preview 1 was moved to legacy

1 files changed, 2 insertions(+), 2 deletions(-)

lib/std/os/wasi.zig+2-2
...@@ -1,6 +1,6 @@...@@ -1,6 +1,6 @@
1// wasi_snapshot_preview1 spec available (in witx format) here:1// wasi_snapshot_preview1 spec available (in witx format) here:
2// * typenames -- https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/typenames.witx2// * typenames -- https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/witx/typenames.witx
3// * module -- https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/wasi_snapshot_preview1.witx3// * module -- https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/witx/wasi_snapshot_preview1.witx
4const builtin = @import("builtin");4const builtin = @import("builtin");
5const std = @import("std");5const std = @import("std");
6const assert = std.debug.assert;6const assert = std.debug.assert;