diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-03-01 22:01:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-01 22:01:02 +0100 |
| commit | 569e0b42bde426f83ad0329d4d6ec7a4c0793b36 (patch) | |
| tree | 5d43afaf0a2d1280e28ffefd6bb2738d6f13ef04 /README.md | |
| parent | 60bea1e5e52d6672509dc394ab0df1e8b8423b00 (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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
