wasm-bindgen-futures 0.4.42

Bridging the gap between Rust Futures and JavaScript Promises
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# `wasm-bindgen-futures`

[API Documentation][docs]

This crate bridges the gap between a Rust `Future` and a JavaScript
`Promise`. It provides two conversions:

1. From a JavaScript `Promise` into a Rust `Future`.
2. From a Rust `Future` into a JavaScript `Promise`.

Additionally under the feature flag `futures-core-03-stream` there is experimental 
support for `AsyncIterator` to `Stream` conversion.

See the [API documentation][docs] for more info.

[docs]: https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen_futures/