Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Extrawurst/rust-electron-demo
rust electron demo using yew
https://github.com/Extrawurst/rust-electron-demo
electron rust wasm yew
Last synced: 2 months ago
JSON representation
rust electron demo using yew
- Host: GitHub
- URL: https://github.com/Extrawurst/rust-electron-demo
- Owner: extrawurst
- Created: 2019-11-19T14:03:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:28:51.000Z (about 2 years ago)
- Last Synced: 2024-11-10T22:45:23.352Z (3 months ago)
- Topics: electron, rust, wasm, yew
- Language: JavaScript
- Size: 916 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yew - Rust electron yew demo - An example of building a Rust based web app (Yew) into a native app using electron. (Projects)
README
## rust electron yew demo
example of building a rust based web app (yew) into a native app using electron.
First `make setup` once to get the node dependencies.
then run with `make run` or build a native app bundle with `make bundle` (**~150mb**).Looking for something more lightweight: [rust-webview-todomvc-yew](https://github.com/Extrawurst/rust-webview-todomvc-yew) (**~2mb**).