summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-03 23:40:04 +0200
committerHenry <mail@henrygressmann.de>2026-04-03 23:40:04 +0200
commit1f741ba37d8217de333488d0a66fa6cc7f8537a7 (patch)
tree0c37368d8160668b3a79bee4bc2b068be41e6cea /README.md
parenta15acabfc1e23282d8fba9ec660f593b96709b2a (diff)
feat: add relaxed simd
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 f8f4f7f..cb3a475 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Untrusted WebAssembly code should not be able to crash the runtime or access mem
| [**Fixed-Width SIMD**](https://github.com/WebAssembly/simd/blob/main/proposals/simd/Overview.md) | 🟢 | `next` |
| [**Memory64**](https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md) | 🟢 | `next` |
| [**Tail Call**](https://github.com/WebAssembly/tail-call/blob/main/proposals/tail-call/Overview.md) | 🟢 | `next` |
-| [**Relaxed SIMD**](https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md) | 🚧 | - |
+| [**Relaxed SIMD**](https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md) | 🟢 | `next` |
| [**Wide Arithmetic**](https://github.com/WebAssembly/wide-arithmetic/blob/main/proposals/wide-arithmetic/Overview.md) | 🚧 | - |
| [**Custom Descriptors**](https://github.com/WebAssembly/custom-descriptors/blob/main/proposals/custom-descriptors/Overview.md) | 🌑 | - |
| [**Exception Handling**](https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md) | 🌑 | - |