From b36dd55af5fa0e8e0a464440a7e6f2821f67c590 Mon Sep 17 00:00:00 2001 From: Zachary Raineri Date: Wed, 24 Jan 2024 07:46:41 -0600 Subject: [PATCH] std.os.wasi | Fix comment links Branch was renamed: master -> main Preview 1 was moved to legacy --- lib/std/os/wasi.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/std/os/wasi.zig b/lib/std/os/wasi.zig index a93f2f8149..e286c5b947 100644 --- a/lib/std/os/wasi.zig +++ b/lib/std/os/wasi.zig @@ -1,6 +1,6 @@ // wasi_snapshot_preview1 spec available (in witx format) here: -// * typenames -- https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/typenames.witx -// * module -- https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/wasi_snapshot_preview1.witx +// * typenames -- https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/witx/typenames.witx +// * module -- https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/witx/wasi_snapshot_preview1.witx const builtin = @import("builtin"); const std = @import("std"); const assert = std.debug.assert;