{"id":59756,"library":"workflow-wasm","title":"workflow-wasm","description":"WASM utilities for in-browser use (timers, callbacks, etc.).","status":"active","version":"0.18.0","language":"rust","source_language":null,"source_url":"https://github.com/workflow-rs/workflow-rs","tags":["wasm","browser","timers","callbacks","utilities"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nworkflow-wasm = \"0.18.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add workflow-wasm","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Timer","correct":"use workflow_wasm::timer::Timer;"}],"quickstart":{"code":"use workflow_wasm::timer::Timer;\n\nfn main() {\n    let timer = Timer::new(move || {\n        println!(\"Timer fired!\");\n    });\n    timer.start(1000);\n}","lang":"rust","description":"Creates a one-shot timer that fires after 1 second."},"warnings":[],"env_vars":null,"search_vec":"'browser':9,15 'callback':12,17 'etc':13 'in-brows':7 'timer':11,16 'use':10 'util':5,18 'wasm':3,4,14 'workflow':2 'workflow-wasm':1","created_at":"2026-06-16T17:15:43.359637+00:00","updated_at":"2026-06-16T17:15:43.359637+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/workflow-rs/workflow-rs","github":"https://github.com/workflow-rs/workflow-rs","docs":"https://docs.rs/workflow-wasm/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}