(t: Target)
| 223 | }; |
| 224 | |
| 225 | const binaryName = (t: Target) => (t.os === "win32" ? "executor.exe" : "executor"); |
| 226 | const workerdBinaryName = (t: Target) => (t.os === "win32" ? "workerd.exe" : "workerd"); |
| 227 | |
| 228 | const isCurrentPlatform = (t: Target) => |