Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gloo in "Crates You Should Know" #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/reference/crates.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ standard ECMAScript environments, not just the Web, such as Node.js.
Raw `wasm-bindgen` imports for all the Web's APIs, such as DOM manipulation,
`setTimeout`, Web GL, Web Audio, etc.

### `gloo` | [crates.io](https://crates.io/crates/gloo) | [repository](https://github.com/rustwasm/gloo/)

A modular toolkit for building fast, reliable Web applications and libraries with Rust and Wasm. It provides high-level ergonimic Rust abstractions
for raw `wasm-bindgen` imports from `web-sys` and `js-sys`.

## Error Reporting and Logging

### `console_error_panic_hook` | [crates.io](https://crates.io/crates/console_error_panic_hook) | [repository](https://github.com/rustwasm/console_error_panic_hook)
Expand Down