/** * Docxodus Web Worker * * This worker runs the WASM runtime in a separate thread, keeping the main * thread free for UI updates and user interactions. * * Communication is via postMessage with structured request/response types. * Caller-owned Uint8Array inputs are first cloned to preserve their exact view and avoid * detachment; that private clone is then transferred to the worker. */ export {}; //# sourceMappingURL=docxodus.worker.d.ts.map