summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-03-01 22:01:02 +0100
committerGitHub <noreply@github.com>2025-03-01 22:01:02 +0100
commit569e0b42bde426f83ad0329d4d6ec7a4c0793b36 (patch)
tree5d43afaf0a2d1280e28ffefd6bb2738d6f13ef04 /README.md
parent60bea1e5e52d6672509dc394ab0df1e8b8423b00 (diff)
feat: support the tail call proposal (#37)
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8db5a84..6b72448 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,9 @@ TinyWasm passes all WebAssembly MVP tests from the [WebAssembly core testsuite](
| [**Reference Types**](https://github.com/WebAssembly/reference-types/blob/master/proposals/reference-types/Overview.md) | 🟢 | 0.7.0 |
| [**Multiple Memories**](https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md) | 🟢 | 0.8.0 |
| [**Custom Page Sizes**](https://github.com/WebAssembly/custom-page-sizes/blob/main/proposals/custom-page-sizes/Overview.md) | 🟢 | `next` |
+| [**Tail Call**](https://github.com/WebAssembly/tail-call/blob/main/proposals/tail-call/Overview.md) | 🟢 | `next` |
| [**Memory64**](https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md) | 🚧 | N/A |
-| [**Fixed-Width SIMD**](https://github.com/webassembly/simd) | 🌑 | N/A |
+| [**Fixed-Width SIMD**](https://github.com/webassembly/simd) | 🚧 | N/A |
## Usage