allow_darling: bool = trueallow_qemu: bool = trueallow_rosetta: bool = trueallow_wasmtime: bool = trueallow_wine: bool = trueqemu_fixes_dl: bool = falselink_libc: bool = falsepub 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,
}