WASM build fails with "lazy" "streaming" features #18589
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
rust
Related to Rust Polars
Checks
Reproducible example
Cargo.toml
src/lib.rs
Log output
Issue description
When adding "lazy" and "streaming" features and building with
wasm-pack build --target web
the build fails.If these two features are not both added, but use one or the other, the build is successful.
The text was updated successfully, but these errors were encountered: