From 0b3dc0eb015fadeee3d6417451e6951cb8a6d751 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 3 Dec 2023 00:09:39 +0100 Subject: docs: update readme Signed-off-by: Henry Gressmann --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index edd188f..4548033 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

TinyWasm

-

A tiny, interpreted WebAssembly Runtime written in Rust.

+

A tiny WebAssembly Runtime written in Rust.


@@ -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 -- cgit v1.3.1