From 4f13c2518133c35db8533bd736ce5497105e2e10 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Wed, 29 Nov 2023 13:57:04 +0100 Subject: docs: update readme Signed-off-by: Henry Gressmann --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index aca28d6..d03a63d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,23 @@ -# TinyWasm +
+

TinyWasm

+

A tiny, interpreted WebAssembly Runtime written in Rust.

+
-# License +> [!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 + +# 📄 License Licensed under either of [Apache License, Version 2.0](./LICENSE-APACHE) or [MIT license](./LICENSE-MIT) at your option. -Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in OKV by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. \ No newline at end of file +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in TinyWasm by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. \ No newline at end of file -- cgit v1.3.1