wasm-bindgen/crates/futures
lcnr/Bastian Kauschke 6e08f579a6 add temporary test
2019-01-14 21:04:29 +01:00
..
src fix spawn_local 2019-01-12 17:42:05 +01:00
tests add temporary test 2019-01-14 21:04:29 +01:00
Cargo.toml Bump to 0.2.31 2019-01-09 09:17:50 -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.