wasm-bindgen-futures
This crate bridges the gap between a Rust Future and a JavaScript
Promise. It provides two conversions:
- From a JavaScript
Promiseinto a RustFuture. - From a Rust
Futureinto a JavaScriptPromise.
See the API documentation for more info.