(t: Target)
| 175 | }; |
| 176 | |
| 177 | const binaryName = (t: Target) => (t.os === "win32" ? "executor.exe" : "executor"); |
| 178 | const workerdBinaryName = (t: Target) => (t.os === "win32" ? "workerd.exe" : "workerd"); |
| 179 | |
| 180 | const isCurrentPlatform = (t: Target) => |