summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2023-12-22 21:49:10 +0100
committerHenry <mail@henrygressmann.de>2023-12-22 21:49:10 +0100
commitac6b812d7555c7a84a3e8d12d64fdb34d8f536f2 (patch)
tree9b537060c50a1d5638d3bbfd3dca0c155cad4671 /README.md
parent295a48c57672b3e7109c1d650313a00e15a6c01d (diff)
tests: improve wast tests
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e272fff..00b828e 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@
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">
- <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 href="https://raw.githubusercontent.com/explodingcamera/tinywasm/main/crates/tinywasm/tests/generated/progress-mvp.svg">
+ <img align="center" src="./crates/tinywasm/tests/generated/progress-mvp.svg" width="800" alt="">
</a>
</p>