diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-02 00:24:39 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-02 00:24:39 +0100 |
| commit | 07a0404aff79a8598392cfa0eed8aea96122adf5 (patch) | |
| tree | 9b59073cfc2aa0089bf200ad8a0985c985def9e1 /README.md | |
| parent | b9b517375c1f8c50c0096ef61d2395decf071914 (diff) | |
docs: update readme
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,20 +1,23 @@ -<div align="center"> - <h1 align="center"> TinyWasm</h1> +<p align="center"> + <img src="./tinywasm.png" width="100px"> + <h1 align="center">TinyWasm</h1> <h3 align="center">A tiny, interpreted WebAssembly Runtime written in Rust.</h3> -</div> +</p> + +<br/> > [!WARNING] > This project is still in development and is not ready for use. # 🎯 Goals -* [ ] No unsafe code -* [ ] Works on `no_std` (with `alloc` the feature and nightly compiler) -* [ ] Fully support WebAssembly MVP -* [ ] Optimize memory usage for embedded devices -* [ ] Optimize performance -* [ ] Wasm Spec Test Suite -* [ ] Preemptive multitasking support +* No unsafe code +* Works on `no_std` (with `alloc` the feature and nightly cler) +* Fully support WebAssembly MVP +* Low Memory Usage +* Fast Startup Time +* Preemptive multitasking support + # 📄 License |
