Open
Description
Is your feature request related to a problem or challenge?
It may not be clear that DataFusion can be compiled to WASM (and thus run in a browser), but it can be thanks to the work from @jonmmease @waynexia and others,
Check out this cool example from @XiangpengHao: https://parquet-viewer.haoxp.xyz/
Code here: https://github.com/XiangpengHao/parquet-viewer/tree/main
Describe the solution you'd like
I would like a blog (or well documented example) describing how to compile DataFusion as WASM and run it in the browser.
Describe alternatives you've considered
No response
Additional context
No response