wasm-bindgen-futures-x

Crates.iowasm-bindgen-futures-x
lib.rswasm-bindgen-futures-x
version0.4.56-alpha.1
created_at2026-01-14 14:14:51.456446+00
updated_at2026-01-14 21:25:38.467215+00
descriptionBridging the gap between Rust Futures and JavaScript Promises
homepagehttps://wasm-bindgen.github.io/wasm-bindgen/
repositoryhttps://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/futures
max_upload_size
id2042895
size58,705
Evan Almloff (ealmloff)

documentation

https://docs.rs/wasm-bindgen-futures

README

wasm-bindgen-futures

API Documentation

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.

Additionally under the feature flag futures-core-03-stream there is experimental support for AsyncIterator to Stream conversion.

See the API documentation for more info.

Commit count: 4168

cargo fmt