All Projects → jonathanKingston → Todomvc Wasm

jonathanKingston / Todomvc Wasm

A TODO MVC implementation using web-sys to make WASM

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Todomvc Wasm

rust-webview-todomvc-yew
lightweight desktop todomvc implementation using rust,wasm and web-view
Stars: ✭ 92 (+109.09%)
Mutual labels:  wasm, todomvc
Wiki
Centralized Source for Truebit Documentation
Stars: ✭ 41 (-6.82%)
Mutual labels:  wasm
Simple Todo With React And
📝 a simple react demo to learn flux/reflux/redux
Stars: ✭ 29 (-34.09%)
Mutual labels:  todomvc
Wasm Sort
WebAssembly sort algorithms compiled by C.
Stars: ✭ 34 (-22.73%)
Mutual labels:  wasm
Cppwasm Book
📚 WebAssembly friendly programming with C/C++ -- Emscripten practice
Stars: ✭ 956 (+2072.73%)
Mutual labels:  wasm
Holochain Rust
DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
Stars: ✭ 992 (+2154.55%)
Mutual labels:  wasm
Node Wasm
Import and use wasm in node
Stars: ✭ 28 (-36.36%)
Mutual labels:  wasm
Tinygo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Stars: ✭ 9,068 (+20509.09%)
Mutual labels:  wasm
Asstosrt Wasm
Convert ASS/SSA subtitles to SRT format with browser.
Stars: ✭ 41 (-6.82%)
Mutual labels:  wasm
Rust Loader
Webpack loader for Rust files. DEPRECATED, use WasmPack instead
Stars: ✭ 34 (-22.73%)
Mutual labels:  wasm
Photon
⚡ Rust/WebAssembly image processing library
Stars: ✭ 963 (+2088.64%)
Mutual labels:  wasm
Wasmsign
A tool to add and verify digital signatures to/from WASM binaries
Stars: ✭ 31 (-29.55%)
Mutual labels:  wasm
Json2excel
Generate excel file from json data
Stars: ✭ 40 (-9.09%)
Mutual labels:  wasm
Wasm Check
TypeScript / JavaScript library for detect WebAssembly features in node.js & browser
Stars: ✭ 30 (-31.82%)
Mutual labels:  wasm
Rustwasm Addon
🦀 + 🕸 + 🦊 // A web-extension to reverse a string. Yep.
Stars: ✭ 41 (-6.82%)
Mutual labels:  wasm
Smartcircle
✂️Automatically determine where to crop a circular image out of a rectangular.
Stars: ✭ 29 (-34.09%)
Mutual labels:  wasm
Wasmboy
Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️
Stars: ✭ 963 (+2088.64%)
Mutual labels:  wasm
Rustpython
A Python Interpreter written in Rust
Stars: ✭ 10,261 (+23220.45%)
Mutual labels:  wasm
Book
The Rust and WebAssembly Book
Stars: ✭ 1,021 (+2220.45%)
Mutual labels:  wasm
Winter
Haskell port of the WebAssembly OCaml reference interpreter
Stars: ✭ 42 (-4.55%)
Mutual labels:  wasm

TODO MVC using wasm-bingen and web-sys

wasm-bindgen and web-sys coded TODO MVC

The code was rewritten from the ECMA 6 version.

The core differences are:

  • Having an Element wrapper that takes care of dyn refs in web-sys
  • A Scheduler that allows Controller and View to speak to each other by emulating something similar to the JS event loop.

Size

The size of the project hasn't undergone much work to make it optimised yet.

~96kb release build ~76kb optimised with binaryen ~28kb brotli compressed

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].