MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / runSeaBlobStep

Function runSeaBlobStep

apps/kimi-code/scripts/native/02-sea-blob.mjs:70–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70export 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
77if (import.meta.url === `file://${process.argv[1]}`) {
78 await runSeaBlobStep();

Callers 2

build.mjsFile · 0.90
02-sea-blob.mjsFile · 0.85

Calls 5

targetTripleFunction · 0.90
runFunction · 0.90
nativeSeaConfigPathFunction · 0.90
writeSeaConfigFunction · 0.85
ensureBundleExistsFunction · 0.70

Tested by

no test coverage detected