summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-18 15:03:04 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-18 15:03:04 +0100
commitc062a18495975a8fd8de13d03fbe607c8837dc5d (patch)
tree6949c2827561053b9256e43f1d9e0d65ceb9e550 /README.md
parent8f33b67404160ce8cf35a22c0d0993112b5abe9c (diff)
docs: add link to chart
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad2548e..e272fff 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@
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.
<p align="center">
- <img align="center" src="./crates/tinywasm/tests/progress-mvp.svg" width="700" alt="">
+ <a href="https://raw.githubusercontent.com/explodingcamera/tinywasm/main/crates/tinywasm/tests/progress-mvp.svg">
+ <img align="center" src="./crates/tinywasm/tests/progress-mvp.svg" width="800" alt="">
+ </a>
</p>
## Features