gloo icon indicating copy to clipboard operation
gloo copied to clipboard

A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM

Results 107 gloo issues
Sort by recently updated
recently updated
newest added

Yosh and I started one at the 2019 Rust All Hands. Give you a future for when the `DOMContentLoaded` event has fired.

utility-crate

Let's make an idiomatic, Rust-y interface to 2D canvas!

By this I mean things like * Redux stores and actions * Elm models and messages * Etc... Another opinionated puzzle piece!

https://github.com/tinaun/futures-native-timers As similar as it could be within reason. This would enable building a cross-platform (native and wasm) timers crate without too much hassle. This would bring good cross-ecosystem pollination...

See also https://github.com/rustwasm/team/issues/162

Can we use and/or take inspiration from typed-html?

Let's make an idiomatic, Rust-y interface to the WebAudio API!

I'm trying to use `gloo-net` in a web extension with manifest V3 but this does not work because of #201. Fortunately @cdata [found a workaround](https://github.com/cdata/gloo/commit/b23035decc9ce41f40680d52ac7b85add0d00104) :smiley: That at least avoids...

Importing `gloo_timers` in firefox webextension's content script results in an error: `LinkError: import object field '__wbg_clearTimeout_65417660fe82f08d' is not a Function` It actually seems to be a firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1787770 This...