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 +++++++++++++----------
tinywasm.png | Bin 0 -> 115910 bytes
2 files changed, 13 insertions(+), 10 deletions(-)
create mode 100644 tinywasm.png
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
diff --git a/tinywasm.png b/tinywasm.png
new file mode 100644
index 0000000..782b9d4
Binary files /dev/null and b/tinywasm.png differ
--
cgit v1.3.1