Registry / utility / workflow-wasm

workflow-wasm

JSON →
library0.18.0rscratesunverified

WASM utilities for in-browser use (timers, callbacks, etc.).

# Cargo.toml [dependencies] workflow-wasm = "0.18.0"
INSTALL
IMPORT
SIG · WORKFLOW-WASM
W
workflow-wasm
utilityrustv0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Timer
✓ use workflow_wasm::timer::Timer;

Creates a one-shot timer that fires after 1 second.

use workflow_wasm::timer::Timer; fn main() { let timer = Timer::new(move || { println!("Timer fired!"); }); timer.start(1000); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
workflow-wasm — cargo add workflow-wasm · libregistry