/** * worker.ts * * Web Worker entry point. Loads the WASM module and processes commands * from the main thread via postMessage. */ export {}; //# sourceMappingURL=worker.d.ts.map