Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
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