Values

cryptoRandomSeed
fn ([]u8) void
crypto_always_getrandom
bool
enable_segfault_handler
bool
event_loop
event.Loop.Instance
event_loop_mode
event.Loop.Mode
fmt_max_depth
type
http_connection_pool_size
type
io_mode
io.Mode

The application’s chosen I/O mode.

keep_sigpipe
bool

By default Zig disables SIGPIPE by setting a “no-op” handler for it. Set this o…

logFn
fn (log.Level, @TypeOf(.enum_literal), []const u8, anytype) void
log_level
log.Level

The current log level.

log_scope_levels
[]const log.ScopeLevel
side_channels_mitigations
crypto.SideChannelsMitigations
wasiCwd
fn () fs.Dir

Function used to implement std.fs.cwd for wasi.