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
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
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
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