summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-04 15:15:45 +0200
committerHenry <mail@henrygressmann.de>2026-04-04 15:15:45 +0200
commit9dcfeeddd1aa9deebbf52fc7f84a63713c6e6839 (patch)
tree67edac24d333c778f6738c45bdaf777289b61046 /README.md
parent9e533d24d469574bc565cb216fb17b99438fe743 (diff)
docs: update changelog, architecture, contributing
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ea59e4..06d11a6 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
## Current Status
-`tinywasm` passes all WebAssembly MVP and WebAssembly 2.0 tests from the [WebAssembly core testsuite](https://github.com/WebAssembly/testsuite) and is able to run most WebAssembly programs. Additionally, support for WebAssembly 3.0 is mostly done. See the [Supported Proposals](#supported-proposals) section for more information.
+`tinywasm` passes 100% of WebAssembly MVP and WebAssembly 2.0 tests from the [WebAssembly core testsuite](https://github.com/WebAssembly/testsuite) and is able to run most WebAssembly programs. Additionally, support for WebAssembly 3.0 is on the way. See the [Supported Proposals](#supported-proposals) section for more information.
## Usage