Crates.io | ianaio-worker-macros |
lib.rs | ianaio-worker-macros |
version | 0.1.2 |
source | src |
created_at | 2024-06-09 09:16:55.197797 |
updated_at | 2024-06-11 09:06:16.704757 |
description | Convenience crate for working with Web Workers |
homepage | https://rustwasm.iana.io/worker-macros/ |
repository | https://github.com/ianaio/worker-macros |
max_upload_size | |
id | 1266273 |
size | 43,140 |
Convenience crate for working with Web Workers
ianaio-worker
Built with 🦀🕸 by The IanaIO Rust and WebAssembly Working Group
IanaIO workers are a way to offload tasks to web workers. These are run concurrently using web-workers. It provides a neat abstraction over the browser's Web Workers API which can be consumed from anywhere.