mirror of
https://github.com/jetli/awesome-yew
synced 2024-11-14 16:57:09 +00:00
Update README.md
This commit is contained in:
parent
d11a7d32f9
commit
f61f62aae6
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
- [Projects](#projects)
|
||||
- [Templates](#templates)
|
||||
- [Crates](#crates)
|
||||
- [Toolings](#toolings)
|
||||
- [Articles](#articles)
|
||||
- [Books](#books)
|
||||
|
||||
|
@ -49,6 +50,11 @@
|
|||
- [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) - Facilitating high-level interactions between Wasm modules and JavaScript.
|
||||
- [stdweb](https://github.com/koute/stdweb) - Provides Rust bindings to the Web APIs and to allow a high degree of interoperability between Rust and JavaScript.
|
||||
|
||||
## Toolings
|
||||
|
||||
- [wasm-pack](https://github.com/rustwasm/wasm-pack) - Your favorite rust -> wasm workflow tool.
|
||||
- [cargo-web](https://github.com/koute/cargo-web) - A Cargo subcommand for the client-side Web.
|
||||
|
||||
## Articles
|
||||
|
||||
- [Let's Build a Rust Frontend with Yew](https://dev.to/deciduously/lets-build-a-rust-frontend-with-yew---part-1-3k2o)
|
||||
|
|
Loading…
Reference in a new issue