From e6f3f5c21ec4967135094dab294fb8d3b8636a9b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 10 Oct 2024 19:41:15 -0700 Subject: [PATCH 1/2] List two more text-only proposals as implemented Update the listing in the README with two more proposals that are implemented. Also note that they aren't fully standardized at this time so they're technically subject to change. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bfa051bf94..c680ac26fc 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,8 @@ Currently implemented proposals in this repository that are stage 4+ are: this is an exception, it's not stage4+ but is on-by-default) * [x] [exceptions](https://github.com/WebAssembly/exceptions) * [x] [extended-const](https://github.com/WebAssembly/extended-const) +* [x] [extended-name-section](https://github.com/WebAssembly/extended-name-section) + (note this is note phase 4 but `wast` does not have the concept of features) * [x] [function-references](https://github.com/WebAssembly/function-references) * [x] [gc](https://github.com/WebAssembly/gc) * [x] [multi-memory](https://github.com/WebAssembly/multi-memory) @@ -199,6 +201,8 @@ Currently implemented proposals in this repository that are stage 4+ are: * [x] [simd](https://github.com/WebAssembly/simd) * [x] [tail-call](https://github.com/WebAssembly/tail-call) * [x] [threads](https://github.com/WebAssembly/threads) +* [x] [wat-numeric-values](https://github.com/WebAssembly/wat-numeric-values) + (note this is note phase 4 but `wast` does not have the concept of features) These proposals are implemented but have not yet reached stage 4. This means they are disabled by default in validation and their implementation may change From 5768fedcede066d77f473c15e101fd4ee5f3231c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 10 Oct 2024 20:26:13 -0700 Subject: [PATCH 2/2] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c680ac26fc..cbf1a5bba6 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Currently implemented proposals in this repository that are stage 4+ are: * [x] [exceptions](https://github.com/WebAssembly/exceptions) * [x] [extended-const](https://github.com/WebAssembly/extended-const) * [x] [extended-name-section](https://github.com/WebAssembly/extended-name-section) - (note this is note phase 4 but `wast` does not have the concept of features) + (note this is not phase 4 but `wast` does not have the concept of features) * [x] [function-references](https://github.com/WebAssembly/function-references) * [x] [gc](https://github.com/WebAssembly/gc) * [x] [multi-memory](https://github.com/WebAssembly/multi-memory) @@ -202,7 +202,7 @@ Currently implemented proposals in this repository that are stage 4+ are: * [x] [tail-call](https://github.com/WebAssembly/tail-call) * [x] [threads](https://github.com/WebAssembly/threads) * [x] [wat-numeric-values](https://github.com/WebAssembly/wat-numeric-values) - (note this is note phase 4 but `wast` does not have the concept of features) + (note this is not phase 4 but `wast` does not have the concept of features) These proposals are implemented but have not yet reached stage 4. This means they are disabled by default in validation and their implementation may change