datafusion-contrib / datafusion-wasm-bindings

WASM bindings for DataFusion
Apache License 2.0
6 stars 1 forks source link

Set up developing CI for wasm32-unknown-unknown #5

Open waynexia opened 2 months ago

waynexia commented 2 months ago

with https://github.com/rustwasm/wasm-pack

Xuanwo commented 2 months ago

OpenDAL has an edge test for wasm32, may worth a look: https://github.com/apache/opendal/blob/258f5c77e8f707145e64be2c0db58152c2ccae1e/.github/workflows/test_edge.yml#L62-L106

waynexia commented 2 months ago

Thanks for your information 👍

I'm also considering if it's possible to reuse or include https://github.com/apache/arrow-datafusion/tree/main/datafusion/wasmtest.