diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-15 15:14:45 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-15 15:14:45 +0100 |
| commit | 5626ca475a2372de0ffb6a58fec264a4ba7bf24d (patch) | |
| tree | 9666af4c5de124c08a724a4d32dba4c339bc7eb6 /README.md | |
| parent | 278a38cde9e675cd1ce2bf000d5bcfa75aa5db11 (diff) | |
chore: progress graph
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,9 +11,18 @@ [](https://docs.rs/tinywasm) [](https://crates.io/crates/tinywasm) [](./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. + +<p align="center"> + <img align="center" src="./crates/tinywasm/tests/progress-mvp.png" width="500" alt=""> +</p> + + ## Features - **`std`**\ |
