@@ -87,16 +87,22 @@ For explanations of what each tier means see below.
87
87
88
88
| Category | Description | Missing Tier 2 Requirements |
89
89
| ----------------------| -----------------------------------| -----------------------------|
90
- | Target | ` aarch64-pc-windows-msvc ` | CI testing, unwinding, full-time maintainer |
90
+ | Target | ` aarch64-apple-ios ` | CI testing, full-time maintainer |
91
+ | Target | ` aarch64-linux-android ` | CI testing, full-time maintainer |
92
+ | Target | ` aarch64-pc-windows-msvc ` | CI testing, full-time maintainer |
93
+ | Target | ` aarch64-unknown-linux-musl ` [ ^ 4 ] | CI testing, full-time maintainer |
94
+ | Target | ` armv7-unknown-linux-gnueabihf ` | full-time maintainer |
95
+ | Target | ` i686-pc-windows-msvc ` | CI testing, full-time maintainer |
96
+ | Target | ` i686-unknown-linux-gnu ` | full-time maintainer |
91
97
| Target | ` riscv64gc-unknown-linux-gnu ` | full-time maintainer |
92
98
| Target | ` wasm32-wasip1 ` [ ^ 3 ] | Supported but not tested |
93
- | Target | ` aarch64-linux-android ` | CI testing, full-time maintainer |
94
99
| Target | ` x86_64-linux-android ` | CI testing, full-time maintainer |
95
- | Target | ` x86_64-unknown-linux-musl ` [ ^ 4 ] | CI testing, full-time maintainer |
96
- | Target | ` x86_64-unknown-illumos ` | CI testing, full-time maintainer |
97
100
| Target | ` x86_64-unknown-freebsd ` | CI testing, full-time maintainer |
101
+ | Target | ` x86_64-unknown-illumos ` | CI testing, full-time maintainer |
102
+ | Target | ` x86_64-unknown-linux-musl ` [ ^ 4 ] | CI testing, full-time maintainer |
98
103
| Compiler Backend | Winch on x86\_ 64 | WebAssembly proposals (` simd ` , ` relaxed-simd ` , ` tail-call ` , ` reference-types ` , ` threads ` ) |
99
104
| Compiler Backend | Winch on aarch64 | Complete implementation |
105
+ | Execution Backend | Pulley | fuzzing |
100
106
| WebAssembly Proposal | [ ` gc ` ] | Complete implementation |
101
107
| WASI Proposal | [ ` wasi-nn ` ] | More expansive CI testing |
102
108
| WASI Proposal | [ ` wasi-threads ` ] | More CI, unstable proposal |
@@ -142,14 +148,14 @@ features; rather design discussion and PRs are welcome for many of the below
142
148
features to figure out how best to implement them and at least move them to Tier
143
149
3 above.
144
150
145
- * Target: ARM 32-bit
146
151
* Target: [ AArch64 FreeBSD] ( https://github.com/bytecodealliance/wasmtime/issues/5499 )
147
152
* Target: [ NetBSD/OpenBSD] ( https://github.com/bytecodealliance/wasmtime/issues/6962 )
148
- * Target: [ i686 (32-bit Intel targets)] ( https://github.com/bytecodealliance/wasmtime/issues/1980 )
149
- * Target: MIPS
150
- * Target: SPARC
151
- * Target: PowerPC
152
- * Target: RISC-V 32-bit
153
+ * Cranelift Target: [ i686 (32-bit Intel targets)] ( https://github.com/bytecodealliance/wasmtime/issues/1980 )
154
+ * Cranelift Target: ARM 32-bit
155
+ * Cranelift Target: MIPS
156
+ * Cranelift Target: SPARC
157
+ * Cranelift Target: PowerPC
158
+ * Cranelift Target: RISC-V 32-bit
153
159
* WebAssembly Proposals: see [ documentation here] ( ./stability-wasm-proposals.md )
154
160
* [ WASI proposal: ` proxy-wasm ` ] ( https://github.com/proxy-wasm/spec )
155
161
* [ WASI proposal: ` wasi-blob-store ` ] ( https://github.com/WebAssembly/wasi-blob-store )
0 commit comments