From bde338363cecb3e978d32e55c65ec1d48b2a847e Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 16 Dec 2023 19:25:36 +0100 Subject: chore: bump version so graphic stays up to date Signed-off-by: Henry Gressmann --- README.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 34807fb..54127f3 100644 --- a/README.md +++ b/README.md @@ -8,21 +8,19 @@
-[![docs.rs](https://img.shields.io/docsrs/tinywasm?logo=rust)](https://docs.rs/tinywasm) [![Crates.io](https://img.shields.io/crates/v/tinywasm.svg?logo=rust)](https://crates.io/crates/tinywasm) [![Crates.io](https://img.shields.io/crates/l/tinywasm.svg)](./LICENSE-APACHE) - +[![docs.rs](https://img.shields.io/docsrs/tinywasm?logo=rust)](https://docs.rs/tinywasm) [![Crates.io](https://img.shields.io/crates/v/tinywasm.svg?logo=rust)](https://crates.io/crates/tinywasm) [![Crates.io](https://img.shields.io/crates/l/tinywasm.svg)](./LICENSE-APACHE) # 🚧 Status > [!WARNING] > This project is still in development and is not ready for use. -I'm currently working on supporting the WebAssembly MVP (1.0) specification. You can see the current status graph below. The goal is to support all the features of the MVP specification and then move on to the next version. +I'm currently working on supporting the WebAssembly MVP (1.0) specification. You can see the current status in the graph below. The goal is to support all the features of the MVP specification and then move on to the next version.

- +

- ## Features - **`std`**\ @@ -34,20 +32,19 @@ I'm currently working on supporting the WebAssembly MVP (1.0) specification. You # 🎯 Goals -* Interpreted Runtime (no JIT) -* Self-hosted (can run itself compiled to WebAssembly) -* No unsafe code -* 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 - +- Interpreted Runtime (no JIT) +- Self-hosted (can run itself compiled to WebAssembly) +- No unsafe code +- 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 # 📄 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 TinyWasm by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. **Note:** The GitHub repository contains a Submodule (`crates/tinywasm-parser/data`) which is licensed only under the [Apache License, Version 2.0](https://github.com/WebAssembly/spec/blob/main/test/LICENSE). This is because the data is generated from the [WebAssembly Specification](https://github.com/WebAssembly/spec/tree/main/test) and is only used for testing purposes and is not included in the final binary. -- cgit v1.3.1