Modules§
- js_sys
- Bindings to JavaScript’s standard, built-in objects, including their methods and properties.
Structs§
- JsFuture
- A Rust
Future
backed by a JavaScriptPromise
.
Functions§
- future_
to_ promise - Converts a Rust
Future
into a JavaScriptPromise
. - spawn_
local - Runs a Rust
Future
on the current thread.