From 1918ebc5b61dde8038afb27e9712c508eff0415b Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Wed, 5 Feb 2025 18:48:50 +0100 Subject: [PATCH] update `simd` proposal support status in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0634266703..96d95eb12a 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ The new Wasmi engine supports a variety of WebAssembly proposals and will suppor | [`extended-const`] | ✅ | ≥ `0.29.0` [(#707)] | | [`multi-memory`] | ✅ | ≥ `0.37.0` [(#1191)] | | [`custom-page-sizes`] | ✅ | ≥ `0.41.0` [(#1197)] | -| [`simd`] | ❌ | Unlikely to be supported. | -| [`relaxed-simd`] | ❌ | Unlikely to be supported. Depends on `simd`. | +| [`simd`] | 📅 | Not yet implemented. [(#1364)] | +| [`relaxed-simd`] | 📅 | Not yet implemented. Depends on `simd`. | | [`function-references`] | 📅 | Not yet implemented. [(#774)] | | [`gc`] | 📅 | Not yet implemented. [(#775)] | | [`threads`] | 📅 | Not yet implemented. [(#777)] | @@ -120,6 +120,7 @@ The new Wasmi engine supports a variety of WebAssembly proposals and will suppor [(#1197)]: https://github.com/wasmi-labs/wasmi/issues/1197 [(#1191)]: https://github.com/wasmi-labs/wasmi/issues/1191 [(#1357)]: https://github.com/wasmi-labs/wasmi/issues/1357 +[(#1364)]: https://github.com/wasmi-labs/wasmi/issues/1364 ## Development