({ self }: RegisterWebWorkerWasmOptions)
| 158 | * - `self`: The worker's global scope (self). |
| 159 | */ |
| 160 | export function registerWebWorkerWasm({ self }: RegisterWebWorkerWasmOptions): void { |
| 161 | patchWebAssemblyWithForwarding(self); |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Patches the WebAssembly object in the worker scope and forwards |
no test coverage detected