wasm-bindgen/crates/futures
2018-08-13 14:35:35 -07:00
..
src js-sys: Promise methods should take JS things by shared reference 2018-08-09 13:08:30 -07:00
tests futures: Add sanity tests for conversion between Promises and Futures 2018-08-09 16:21:49 -07:00
Cargo.toml futures: Add metadata to Cargo.toml 2018-08-13 14:35:35 -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.