Expand description
Web-Specific APIs
Structs§
- JsFn
- A JavaScript Function.
- JsPromise
- A JavaScript Promise
- JsString
- A JavaScript String
- JsVar
- A JavaScript variable.
Functions§
- block_
on - WASM is non-blocking, but after the function returns, the Future will be running on the main (and only) thread inside the JavaScript executor.
- panic_
hook - Set the panic hook for nicely printed
panic!s. - wake