Skip to content

Commit 7abb3ea

Browse files
authored
Document Pulley as having Tier 2 support (bytecodealliance#10160)
* [x] Test are run in CI. * [x] Complete implementation of all Tier 1 proposals. (except `threads`, intentionally) * [x] Expected that all maintainers will have to handle minor changes affecting Pulley. * [x] Future major changes requiring an RFC required to consider Pulley.
1 parent e60b6e6 commit 7abb3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/stability-tiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ For explanations of what each tier means see below.
7474
| WebAssembly Proposal | [`memory64`] | Unstable wasm proposal |
7575
| WebAssembly Proposal | [`function-references`] | Unstable wasm proposal |
7676
| WebAssembly Proposal | [`wide-arithmetic`] | Unstable wasm proposal |
77+
| Execution Backend | Pulley | More time fuzzing/baking |
7778

7879
[`memory64`]: https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md
7980
[`multi-memory`]: https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md
@@ -105,7 +106,6 @@ For explanations of what each tier means see below.
105106
| Target | `x86_64-unknown-none` [^5] | CI testing, full-time maintainer |
106107
| Compiler Backend | Winch on x86\_64 | WebAssembly proposals (`simd`, `relaxed-simd`, `tail-call`, `reference-types`, `threads`) |
107108
| Compiler Backend | Winch on aarch64 | Complete implementation |
108-
| Execution Backend | Pulley | fuzzing |
109109
| WebAssembly Proposal | [`gc`] | Complete implementation |
110110
| WASI Proposal | [`wasi-nn`] | More expansive CI testing |
111111
| WASI Proposal | [`wasi-threads`] | More CI, unstable proposal |

0 commit comments

Comments
 (0)