From 07a0404aff79a8598392cfa0eed8aea96122adf5 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 2 Dec 2023 00:24:39 +0100 Subject: docs: update readme Signed-off-by: Henry Gressmann --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d03a63d..edd188f 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,23 @@ -
-

TinyWasm

+

+ +

TinyWasm

A tiny, interpreted WebAssembly Runtime written in Rust.

-
+

+ +
> [!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 -- cgit v1.3.1