goldmedal commented on issue #13525: URL: https://github.com/apache/datafusion/issues/13525#issuecomment-2506337026
> I didn't mean to imply it, just that it's not something actively tested/developed for in DataFusion. I can't recall the exact issue, but late last year (2023) I was working on getting stuff running in the browser and was facing a panic since _something_ was blocking. > > There's a lot of considerations needed when bringing in dependencies when trying to compile for WASM, and most of our issues around that were just we didn't have a clean split with what works with WASM vs what doesn't. That's not a DataFusion issue. About WASM, I’d like to share some experience from working on https://github.com/apache/datafusion/pull/10745#issuecomment-2143911214. I think `datafusion-core` works fine, but some extension crates (e.g., `object_store`) might cause conflicts. Perhaps we could document this as a potential issue if it hasn’t been resolved yet. (I’m not entirely sure about the current status, though. 🤔) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
