const dirSymLink = switch (native_os)
const dirSymLink = switch (native_os) { .windows => dirSymLinkWindows, .wasi => dirSymLinkWasi, else => dirSymLinkPosix, }