()
| 68 | } |
| 69 | |
| 70 | export async function runSeaBlobStep() { |
| 71 | await ensureBundleExists(); |
| 72 | const target = targetTriple(); |
| 73 | await writeSeaConfig(target); |
| 74 | await run(process.execPath, ['--experimental-sea-config', nativeSeaConfigPath()]); |
| 75 | } |
| 76 | |
| 77 | if (import.meta.url === `file://${process.argv[1]}`) { |
| 78 | await runSeaBlobStep(); |
no test coverage detected