structstd.zig.system.GetExternalExecutorOptions[src]

Fields

allow_darling: bool = true
allow_qemu: bool = true
allow_rosetta: bool = true
allow_wasmtime: bool = true
allow_wine: bool = true
qemu_fixes_dl: bool = false
link_libc: bool = false

Source Code

Source code
pub const GetExternalExecutorOptions = struct {
    allow_darling: bool = true,
    allow_qemu: bool = true,
    allow_rosetta: bool = true,
    allow_wasmtime: bool = true,
    allow_wine: bool = true,
    qemu_fixes_dl: bool = false,
    link_libc: bool = false,
}