pub const GetExternalExecutorOptions = struct
pub const GetExternalExecutorOptions = struct { host_cpu_arch: std.Target.Cpu.Arch, host_os_tag: std.Target.Os.Tag, 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, }