[go: up one dir, main page]

Module web

Source
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