Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 511 Bytes

wasm_bindgen_futures.md

File metadata and controls

15 lines (10 loc) · 511 Bytes
category description
Async
Convert JS `Promise`s to/from Rust `Future`s

wasm_bindgen_futures

Convert JS Promises to/from Rust Futures

Alternatives

  • For stdweb, use stdweb::spawn_local instead (gated behind features = ["experimental_features_which_may_break_on_minor_version_bumps", "futures-support"])