(t: Target)
| 149 | }; |
| 150 | |
| 151 | const binaryName = (t: Target) => (t.os === "win32" ? "executor.exe" : "executor"); |
| 152 | const workerdBinaryName = (t: Target) => (t.os === "win32" ? "workerd.exe" : "workerd"); |
| 153 | |
| 154 | const isCurrentPlatform = (t: Target) => |