Re: [I] Blog / Example of how to compile DataFusion to WASM [datafusion]

2025-02-24 Thread via GitHub
waynexia commented on issue #13715: URL: https://github.com/apache/datafusion/issues/13715#issuecomment-2680048213 There is a developer guide for building, debugging, and publishing the WASM bindings: https://github.com/datafusion-contrib/datafusion-wasm-bindings/blob/main/CONTRIBUTING.md

Re: [I] Blog / Example of how to compile DataFusion to WASM [datafusion]

2024-12-19 Thread via GitHub
waynexia commented on issue #13715: URL: https://github.com/apache/datafusion/issues/13715#issuecomment-2554804018 Cross reference https://github.com/datafusion-contrib/datafusion-wasm-bindings/issues/2. The binding itself should be a good example (but not yet). I'll try to update it again

Re: [I] Blog / Example of how to compile DataFusion to WASM [datafusion]

2024-12-17 Thread via GitHub
alamb commented on issue #13715: URL: https://github.com/apache/datafusion/issues/13715#issuecomment-2548783140 Here are some other examples from @waynexia https://github.com/datafusion-contrib/datafusion-wasm-playground https://github.com/datafusion-contrib/datafusion-wasm-binding

Re: [I] Blog / Example of how to compile DataFusion to WASM [datafusion]

2024-12-10 Thread via GitHub
XiangpengHao commented on issue #13715: URL: https://github.com/apache/datafusion/issues/13715#issuecomment-2532656228 I plan to write something about compiling datafusion to wasm as well. It mostly works, but does need some tuning and adjustments for different purposes. -- This is an