Description
Right now, reference implementations tend to implement many pre-proposal features. To understand the landscape would be easier if there was a way to inventory them before being merged here.
For example, I think the README here could mention what status the proposals merged are in (ex scheduled for 1.1 or later?). While post-MVP will always be correct, some overview seems fair rigor request.
https://github.com/WebAssembly/spec/tree/main/proposals
Another helpful addition would be to ask people who are implementing pre-proposals in reference implementations to tag the repos in a way they are easier to find. For example, this repo has the word "proposal" but as you can imagine, that tag won't narrow things down that well scoped to all repos in github
https://github.com/WebAssembly/extended-name-section
Instead, you could add an unambiguous tag like "wasm-proposal" and then in the README at https://github.com/WebAssembly/spec/tree/main/proposals mention text like
Proposals here are accepted by the community [link] and will be included in a future WebAssembly draft. There are other proposals, many of which already implemented in reference implementations such as wabt [link]. The easiest way to discover potential features is searching for the tag "wasm-proposal" [link].