summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-03-02 14:32:08 +0100
committerHenry Gressmann <mail@henrygressmann.de>2025-03-02 14:32:08 +0100
commitb643e9010dcb97adaca4938a60fe026836b08e64 (patch)
tree2baa2994b5ec30fc305f6112c56bca78aa170394 /README.md
parentafc76e44457975e3d20b3a490c5029dec6f4983a (diff)
parent569e0b42bde426f83ad0329d4d6ec7a4c0793b36 (diff)
Merge branch 'next' into feat/simd
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