Crate feature_extension_for_wasm_bindgen_futures

Source

Modules§

js_sys
Bindings to JavaScript’s standard, built-in objects, including their methods and properties.

Structs§

JsFuture
A Rust Future backed by a JavaScript Promise.

Functions§

future_to_promise
Converts a Rust Future into a JavaScript Promise.
spawn_local
Runs a Rust Future on the current thread.