wasm-bindgen/crates/futures
2020-05-01 10:34:36 -05:00
..
src Mark js_sys::Promise as #[must_use] (#1927) 2020-01-06 09:47:16 -06:00
tests Major improvements to wasm-bindgen-futures (#1760) 2019-09-26 13:33:12 -05:00
Cargo.toml Bump to 0.2.62 (#2119) 2020-05-01 10:34:36 -05:00
LICENSE-APACHE Symlink LICENSE files in crates (#2018) 2020-02-28 17:41:28 -06:00
LICENSE-MIT Symlink LICENSE files in crates (#2018) 2020-02-28 17:41:28 -06: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.