docs.rs failed to build wasm-bindgen-futures-0.2.19
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
wasm-bindgen-futures-0.4.56
wasm-bindgen-futures
This crate bridges the gap between a Rust Future and a JavaScript
Promise. It provides two conversions:
- From a JavaScript
Promiseinto a RustFuture. - From a Rust
Futureinto a JavaScriptPromise.
See the API documentation for more info.