Re: [I] [DISCUSSION] Reduce the DataFusion WASM size [datafusion]
logan-keede commented on issue #16554: URL: https://github.com/apache/datafusion/issues/16554#issuecomment-3006043196 > I think [@logan-keede](https://github.com/logan-keede) may also be interested in this I would love to, but I have found myself busier than I expected this summer. 🫤 -- 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]
Re: [I] [DISCUSSION] Reduce the DataFusion WASM size [datafusion]
alamb commented on issue #16554: URL: https://github.com/apache/datafusion/issues/16554#issuecomment-3005254139 Maybe one place to start is with profiling / disassembling the wasm and see if we can get a breakdown of what is taking up what space 🤔 I think @logan-keede may also be interested in this -- 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]
Re: [I] [DISCUSSION] Reduce the DataFusion WASM size [datafusion]
emilk commented on issue #16554: URL: https://github.com/apache/datafusion/issues/16554#issuecomment-3005632998 Thanks for creating this issue! This is a useful tool for exploring .wasm bloat: https://github.com/AlexEne/binary_size_explorer Use it on a "RelWithDebinfo"-`.wasm` blob. -- 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]
