#Incompatible with Polars?

1 messages · Page 1 of 1 (latest)

vital fossil
#

I just tried to do a hello world Polars DataFrame Dioxus app and it turns out you cannot add Polars as a dependency because of some crossterm dependency bother 😦

solemn comet
#

polars cant compile to wasm that I am aware of

vital fossil
#

ohh are you sure? i swear i saw a polars playground app the other day

sweet basin
#

Some crates have specific features you need to disable/enable for wasm compatability

vital fossil
#

maybe not wasm though? not sure

#

and another dep has wasm in the name, and it’s a web app (it uses polars dataframes to store state in a visual programming web app)

#

(I may well be wrong though just going off metadata!)

sweet basin
#

try running cargo tree --features web

#

Or just cargo tree if you are not using fullstack