/** * 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. * Document bytes are transferred (not copied) for efficiency. */ export {}; //# sourceMappingURL=docxodus.worker.d.ts.map