[][src]Module cala_core::os::web

Web-Specific APIs

Structs

JsFn

A JavaScript Function.

JsPromise

A JavaScript Promise

JsString

A JavaScript String

JsVar

A JavaScript variable.

Functions

__wasm_bindgen_generated_wake
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