Skip to content

Commit

Permalink
Update README.md (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile authored Nov 16, 2021
1 parent a99fcbd commit 84c484b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ and Wasm.**

## What?

Gloo is a collection of libraries, and those libraries provide ergonomic Rust
wrappers for browser APIs. `web-sys`/`js-sys` are very difficult/inconvenient
to use directly so provides wrappers around the raw bindngs which makes it easier
to consume those APIs. This is why it is called a "toolkit", instead of "library"
or "framework".

### Background

In [the Rust and WebAssembly working group's 2019 roadmap][roadmap], we chose to
deliberately cultivate our library ecosystem by building a modular toolkit:

Expand Down

0 comments on commit 84c484b

Please sign in to comment.