dermesser / leveldb-rs

A reimplementation of LevelDB in Rust (no bindings).
Other
515 stars 60 forks source link

feat: add wasm-bindgen-futures as an optional runtime for AsyncDB, target wasm32-unknown-unknown support #49

Open enmand opened 1 month ago

enmand commented 1 month ago

This PR builds on #48 (and requires #48 as a base) to add additional support for wasm-bindgen-futures on the AsyncDB implementation.

It adds the additional feature flag asyncdb-wasm-bindgen-futures.