All Projects → extrawurst → rust-webview-todomvc-yew

extrawurst / rust-webview-todomvc-yew

Licence: other
lightweight desktop todomvc implementation using rust,wasm and web-view

Programming Languages

rust
11053 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to rust-webview-todomvc-yew

Todomvc Wasm
A TODO MVC implementation using web-sys to make WASM
Stars: ✭ 44 (-52.17%)
Mutual labels:  wasm, todomvc
todomvc-vue-composition-api
TodoMVC built with Vue 3 Composition Api and Vuex
Stars: ✭ 105 (+14.13%)
Mutual labels:  todomvc
holyc
An easy to use C++ to WASM compiler (Highly-experimental)
Stars: ✭ 33 (-64.13%)
Mutual labels:  wasm
wasm-jpeg-ijg
Demo from Chrome Dev Summit of using Web Assembly to optimize images in a browser
Stars: ✭ 54 (-41.3%)
Mutual labels:  wasm
vue-vuex-todomvc
Example TodoMVC Vue.js app with Vuex store and server backend via REST
Stars: ✭ 41 (-55.43%)
Mutual labels:  todomvc
Journey
JCEF-powered cross-platform web browser
Stars: ✭ 85 (-7.61%)
Mutual labels:  webview
rustexp
A Rust regular expression editor and tester that runs entirely within the browser!
Stars: ✭ 59 (-35.87%)
Mutual labels:  wasm
oasis-rs
A humane blockchain programming framework.
Stars: ✭ 71 (-22.83%)
Mutual labels:  wasm
xcc
Toy C compiler for x86-64
Stars: ✭ 19 (-79.35%)
Mutual labels:  wasm
lds-ecdsa-secp256k1-2019.js
EcdsaSecp256k1Signature2019 JSON-LD Signature Suite
Stars: ✭ 15 (-83.7%)
Mutual labels:  wasm
monolith-of-web
A chrome extension to make a single static HTML file of the web page using a WebAssembly port of monolith CLI
Stars: ✭ 92 (+0%)
Mutual labels:  wasm
learn-wasm
🎲 Learning WebAssembly
Stars: ✭ 57 (-38.04%)
Mutual labels:  wasm
golang-wasm
Golang-WASM provides a simple idiomatic, and comprehensive API and bindings for working with WebAssembly for Go and JavaScript developers
Stars: ✭ 57 (-38.04%)
Mutual labels:  wasm
idris-codegen-wasm
WebAssembly Code Generation Backend for Idris Compiler
Stars: ✭ 79 (-14.13%)
Mutual labels:  wasm
ocaml-offchain
Fork of WebAssembly reference interpreter with support for generating proofs needed for blockchain verification
Stars: ✭ 42 (-54.35%)
Mutual labels:  wasm
Android-VimeoPlayer
Unofficial Vimeo video player library for Android.
Stars: ✭ 46 (-50%)
Mutual labels:  webview
wasm-fizzbuzz
WebAssembly from Scratch: From FizzBuzz to DooM.
Stars: ✭ 1,364 (+1382.61%)
Mutual labels:  wasm
swam
WebAssembly engine in Scala
Stars: ✭ 38 (-58.7%)
Mutual labels:  wasm
ux-charts
Simple, responsive, modern Charts with zero dependencies
Stars: ✭ 22 (-76.09%)
Mutual labels:  wasm
mutator
mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development
Stars: ✭ 62 (-32.61%)
Mutual labels:  wasm

screenshot

rust todomvc desktop app

Demo how to use yew for a todomvc implementation written in rust that compiles to wasm and is bundled as a lightweight desktop app using web-view and serves it's static files using hyper.

This prduces a slim ~2 mb executable compared to hundreds with electron.

run

use make run to try it. this requires cargo web to be installed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].