summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-03 00:09:39 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-03 00:09:39 +0100
commit0b3dc0eb015fadeee3d6417451e6951cb8a6d751 (patch)
treed80587326dce02de8d570d0e338c57077237cf2c /README.md
parent7f72605405443482add128cb66b7d09e6bb59de9 (diff)
docs: update readme
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index edd188f..4548033 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
<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>
+ <h3 align="center">A tiny WebAssembly Runtime written in Rust.</h3>
</p>
<br/>
@@ -11,10 +11,11 @@
# 🎯 Goals
+* Interpreted Runtime
* No unsafe code
-* Works on `no_std` (with `alloc` the feature and nightly cler)
-* Fully support WebAssembly MVP
-* Low Memory Usage
+* Works on `no_std` (with `alloc` the feature and nightly compiler)
+* Fully support WebAssembly MVP (1.0)
+* Low Memory Usage (less than 10kb)
* Fast Startup Time
* Preemptive multitasking support