docs: make technical prose concrete

This commit is contained in:
Turtle
2026-08-10 16:34:20 +08:00
parent 673e7cddc5
commit a27efdef36
459 files changed
+1342 -1329

No files matched your search

@@ -1,5 +1,5 @@
/**
* Per-run worker-side vm hooks, child RPC, concurrency/caps, cancellation, and result shaping; it
* Per-run worker-side vm hooks, child RPC, concurrency/caps, cancellation, and result serialization; it
* never touches Cordis. Script values leaving the realm are materialized as plain JSON before
* messaging. Values entering the trusted model-written realm are passed directly; `args` alone is
* cloned so script mutation cannot alter initialization data. See `./realm.ts` for the trust model.