gloo-worker
Convenience crate for working with Web Workers
0.6.0
5.6M downloads/mo
#4298 most downloaded on crates.io
rustwasm/gloo
What this package is like to depend on
Last release 5 months ago
25 Mar 2026
Ships unpredictably
gaps range from 3 weeks to 2.4 years
Nearly every release is documented
notes for 8 of 8 stable releases
1 version withdrawn
withdrawn after publishing
5 years old
9 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
9 releases · Jan 2022 to Mar 2026
2023
2024
2025
2026
Releases
latest 9-
0.6.025 Mar 2026 -
0.5.028 Oct 2023Release notes
Open source →- Implement
futures_io::AsyncWriteandfutures_io::AsyncReadonWebSocket. This feature is behind a new feature flagio-utilthat is disabled by default. - Add
TryFrom<web_sys::WebSocket>(#365) - Add WASI support for gloo-history. (#405)
- Implement
-
0.4.109 Oct 2023 withdrawnRelease notes
Open source →- Remove Cloning on WorkerBridge (#388)
- Add an example of processing transferrable types with worker (#371)
-
0.4.011 Aug 2023Release notes
Open source →MSRV updated to 1.82
- Fix typo in doc comments (#440) by @qrilka
- Bump
web-sysminimum to 0.3.91 (#536) by @Madoshakalaka
-
0.3.010 Jul 2023Release notes
Open source →- Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)
- Introduces the
FromQueryandToQuerytraits to allow for customizing how query strings are encoded and decoded ingloo_history. (#364)
-
0.2.121 Aug 2022Release notes
Open source →- Fix
utilscrate andhistorydocs. (#189) - Hash-based History type & Unified Location. (#177)
- Fixes
console_dbg!andconsole!expression output. Bold src info. (#174)
- Fix
-
0.2.024 Jun 2022Release notes
Open source →MSRV updated to 1.82
Breaking Changes
- Default worker type is now ES module (
as_module: trueby default). Users who relied on the classic default must now call.as_module(false)explicitly. (#421) by @JonasAlaif spawn_with_loader()removed. Use.with_loader(true).spawn(path)instead. (#421) by @JonasAlaif
Fixes
- Default worker type is now ES module (
-
0.1.224 Jun 2022Release notes
Open source →- (history): Drop states borrow before callback invocation (#285)
- Update serde-wasm-bindgen requirement from 0.3.1 to 0.4.5 (#297)
- Fix clippy. (#287)
-
0.1.005 Jan 2022Release notes
Open source →- Add an
dbg!equivalent togloo-console(#158) - Fix dir, dirxml macros in gloo-console (#154)
- Finishing touches
gloo-dialogs - Add an