has_executable_bit
Source
Implementation
pub const has_executable_bit = switch (native_os) {
.windows, .wasi => false,
else => true,
}Source
pub const has_executable_bit = switch (native_os) {
.windows, .wasi => false,
else => true,
}