Bridging the gap between Rust Futures and JavaScript Promises.
# Cargo.toml
[dependencies]
wasm-bindgen-futures = "0.4.75"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts a JavaScript Promise into a Rust Future.
Ensure target is `wasm32-unknown-unknown` and add `wasm-bindgen` dependency.
No dependency data recorded yet.