Files
wasm-bindgen/crates/futures
Alex Crichton a659f27c07 Bump to 0.2.38
2019-03-04 09:11:23 -08:00
..
2019-02-12 07:25:53 -08:00
2019-03-04 09:11:23 -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.