Crate workflow_wasm
source ·Modules
Workflow RS framework initializers
Handling of WASM panic hook that allows activation of console-based panic hook
as well as a browser-based panic hook. (the browser-based panic hook activates a full-screen debug
information output in case of a panic - useful on mobile devices or where
the user otherwise has no access to console/developer tools)
Interval and Timeout functions that return an
IntervalHandle
or TimeoutHandle
handles
dropping which results in automatic clearing of the respective timeout or interval.Utilities for calling JavaScript functions and retrieving values
from JavaScript object properties.