fix(code-runtime): bound every subprocess frame hop

This commit is contained in:
Tianyi Cui
2026-08-08 21:27:58 +08:00
parent 7eedfda961
commit 727546ce6d
@@ -223,4 +223,5 @@ export class RuntimeOutputLedger {
}
export { decodeWorkerJson, encodeWorkerJson, snapshotCodeJsonValue } from './worker-json.ts'
export { jsonValueBytesUpTo } from './output-json.ts'
export type { WorkerJsonWire } from './worker-json.ts'