wasm-bindgen/crates/futures
2019-03-21 17:08:48 -07:00
..
src Migrate wasm-bindgen to using walrus 2019-02-12 07:25:53 -08:00
tests futures: Add a test for creating multiple futures from the same promise 2019-02-04 16:38:21 +01:00
Cargo.toml Bump to 0.2.40 2019-03-21 17:08:48 -07:00
README.md futures: Add more documentation and example usage 2018-08-08 17:44:38 -07:00

wasm-bindgen-futures

API Documention

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.

See the API documentation for more info.