| Crates.io | web-task |
| lib.rs | web-task |
| version | 1.0.0 |
| created_at | 2025-09-23 03:40:09.769493+00 |
| updated_at | 2025-09-23 03:40:09.769493+00 |
| description | The simplest way to run async tasks on the web |
| homepage | |
| repository | https://github.com/NthTensor/web-task |
| max_upload_size | |
| id | 1850958 |
| size | 22,236 |
This is fork of wasm-bindgen-futures that uses async-task directly. It provides a spawn_local function that returns a Task.
This crate only works on the web, and does not yet support web workers or web multi-threading.