2019-01-07 07:47:07 -08:00
..
2018-11-27 12:07:59 -08:00
2019-01-07 07:47:07 -08: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.