docs.rs failed to build workflow-wasm-0.3.17
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
workflow-wasm-0.18.0
workflow-wasm
Part of the workflow-rs
application framework.
WASM (browser) functionality
Features
timer
andinterval
functions that wrap JavaScriptsetTimeout()
andsetInterval()
returning a handle that encapsulates the JavaScript handle and the callback closure. Dropping this handle results in the closing of the timeout or interval as well as destruction of the closure. (This is useful to prevent memory leaks when creating JavaScript Closures and usingclosure.forget()
functionality)Callback
struct that encapsulates a JavaScript event listener (callback) closure making it easier to creaet and retain JavaScript closures.- Utility functions that simplify accessing JavaScript object properties and function invocations (based on top of web-sys and js-sys APIs).