mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 08:33:06 +00:00
std.os.wasi | Fix comment links
Branch was renamed: master -> main Preview 1 was moved to legacy
This commit is contained in:
parent
61ba225709
commit
b36dd55af5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user