gloo
gloo copied to clipboard
A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM
## Summary Current gloo worker examples are all synchronous. It would be good to provide an example of using it in as async friendly way as possible. It maybe that...
## Summary This implemented was originally implemented in https://github.com/yewstack/yew/pull/2773 for Yew Agent. I think this can also be provided to `gloo-worker` in a framework agnostic fashion (with the exception of...
As we move towards 'wasm-first development', I'm wondering if gloo-worker could have a NoOp mode that would work on desktop. I.e. skip the serialisation and just pass the messages in-process....
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Bumps the cargo-deps group with 28 updates: | Package | From | To | | --- | --- | --- | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.89` | `0.2.92` | | [js-sys](https://github.com/rustwasm/wasm-bindgen)...
Workers created with the `--target web` flag must be spawned as a module. This adds the option to do that, alleviating the current `--target no-modules` missing features described [here](https://rustwasm.github.io/wasm-bindgen/examples/without-a-bundler.html?highlight=no-modules#using-the-older---target-no-modules). I...
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). Commits 0328bde Release v0.8.11...
This PR starts to add a clean wrapper around the Intl api. I started with NumberFormat and DateTimeFormat, and didn't add in all options yet.
Bumps the website-deps group in /website with 6 updates: | Package | From | To | | --- | --- | --- | | [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.0.0-beta.0` | `3.1.1` |...
Hi, I don't know if I was missing the obvious, but from the documentation and examples alone I was not immediately able to figure out how to actually put all...