GitHub - explodingcamera/tinywasm: A tiny, interpreted WebAssembly Runtime written in Rust
TinyWasm
A tiny WebAssembly Runtime written in Rust
Why TinyWasm?
Tiny: TinyWasm is designed to be as small as possible without significantly compromising performance or functionality (< 6000 lines of code).
Portable: TinyWasm runs on any platform that Rust can target, including other WebAssembly Runtimes, with minimal external dependencies.
Lightweight: TinyWasm is easy to integrate and has a low call overhead, making it suitable for scripting and embedding.
Status
As of version 0.3.0, TinyWasm...
Read more at github.com