Update README.md

This commit is contained in:
Jet Li 2019-12-30 13:09:00 +08:00 committed by GitHub
parent d11a7d32f9
commit f61f62aae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)