khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
998 stars 37 forks source link

Client crate shouldn't require js-sys #304

Closed ecton closed 11 months ago

ecton commented 11 months ago

The client crate currently requires js-sys to compile for any platforms. This shouldn't be needed, as all of the WASM code is feature gated.