| availableParallelism | Returns the amount of logical processors available to the browser. |
| createEvoluDeps | Creates Evolu dependencies for the web platform. |
| createMessageChannel | Creates a MessageChannel from a Web MessageChannel. |
| createOneTabSharedWorkerSelfPolyfill | Creates a one-tab SharedWorkerSelf polyfill for browsers without native SharedWorker support. |
| createRun | Creates a root Run for the browser. |
| createSharedWorker | Creates a SharedWorker from a Web SharedWorker. |
| createSharedWorkerSelf | Creates an Evolu SharedWorkerSelf from a Web SharedWorkerGlobalScope (self inside a shared worker). |
| createWorker | Creates a Worker from a Web Worker. |
| createWorkerDeps | Creates deps shared by web worker entry points. |
| createWorkerSelf | Creates an Evolu WorkerSelf from a Web DedicatedWorkerGlobalScope (self inside a dedicated worker). |
| installOneTabSharedWorkerPolyfill | Installs a one-tab SharedWorker polyfill backed by a Web Worker. |