wasm-bindgen-futures 0.3.2

Bridging the gap between Rust Futures and JavaScript Promises
Documentation
[dependencies.futures]
version = "0.1.20"

[dependencies.js-sys]
version = "0.3.2"

[dependencies.wasm-bindgen]
version = "0.2.25"

[package]
authors = ["The wasm-bindgen Developers"]
description = "Bridging the gap between Rust Futures and JavaScript Promises"
documentation = "https://docs.rs/wasm-bindgen-futures"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
license = "MIT/Apache-2.0"
name = "wasm-bindgen-futures"
readme = "./README.md"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
version = "0.3.2"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.2.25"