Open
Description
Is your feature request related to a problem or challenge?
DataFusion can be compiled today to WASM with some care. However it is somewhat tricky and the experience could be improved.
Describe the solution you'd like
This ticket tracks various ways we could make the experience better
Describe alternatives you've considered
- Blog / Example of how to compile DataFusion to WASM #13715
- Support compiling remaining DataFusion crates (
datafusion-core
) to WASM #7652 - WASM UDFs #9326
- Browser-accessible official DataFusion playground / DataFusion fiddle #13818
- Support multi-partitions when compiling DataFusion to
wasm
target #15599 (comment) - Web Playground with WASM #9834
- "recursive" Dependency Causes "section too large" Error When Compiling for wasm #13513
- Expose more public interfaces in the Rust version to WASM bindings
- Steady release/upgrade SoP for WASM bindings (I find the python bindings can be a good example)
Additional context
No response