wasm-bindgen/crates/futures
2018-11-12 09:28:01 -08:00
..
src Defer future execution to the next event loop tick 2018-10-23 07:12:54 -07:00
tests Defer future execution to the next event loop tick 2018-10-23 07:12:54 -07:00
Cargo.toml Bump to 0.2.28 2018-11-12 09:28:01 -08: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.