datafusion-contrib / datafusion-wasm-bindings

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

DataFusion WASM

Apache Datafusion that works on wasm32-unknown-unknown.

Install

This repo is published to npm: https://www.npmjs.com/package/datafusion-wasm. Use the following command to add dependence:

npm i datafusion-wasm

Docs

🚧 on the way

Before it's ready you can refer to the rust version of API documentation: https://docs.rs/datafusion/latest

Related Projects