From 22c19a326205828f70db9279151fd0d0e9f5f2c8 Mon Sep 17 00:00:00 2001 From: Nerry <108566+neri@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:16:10 +0900 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac21b4..b6c4191 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,19 @@ A WebAssembly Interpreter used in my os (https://github.com/neri/maystorm) - Support for `no_std` - A subset of WebAssembly 2.0 - - It can be used for most applications, but it does not support SIMD, reference, and some basic instructions. + +## Supported WebAssembly 2.0 Features + +|Proposals|Status| +|-|-| +|Sign extension instructions|✅| +|Non-trapping float-to-int conversions|✅| +|Multiple values|-| +|Reference types|-| +|Table instructions|-| +|Multiple tables|-| +|Bulk memory and table instructions|`memory.fill`, `memory.copy`| +|Vector instructions|-| ## Requirements