Web Workers for heavy transforms
Hashing, regex evaluation, diffs, encoding, and streaming run inside dedicated Web Workers compiled from TypeScript by scripts/build-tool-workers.mjs. Workers are same-origin scripts served from this site, so the tab stays responsive while multi-megabyte inputs churn off the main thread.