Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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**).