@@ -97,12 +97,14 @@ For explanations of what each tier means see below.
97
97
| WASI Proposal | [ ` wasi-nn ` ] | More expansive CI testing |
98
98
| WASI Proposal | [ ` wasi-threads ` ] | More CI, unstable proposal |
99
99
| WASI Proposal | [ ` wasi-runtime-config ` ] | unstable proposal |
100
+ | WASI Proposal | [ ` wasi-keyvalue ` ] | unstable proposal |
100
101
| * misc* | Non-Wasmtime Cranelift usage [ ^ 1 ] | CI testing, full-time maintainer |
101
102
| * misc* | DWARF debugging [ ^ 2 ] | CI testing, full-time maintainer, improved quality |
102
103
103
104
[ `wasi-nn` ] : https://github.com/WebAssembly/wasi-nn
104
105
[ `wasi-threads` ] : https://github.com/WebAssembly/wasi-threads
105
106
[ `wasi-runtime-config` ] : https://github.com/WebAssembly/wasi-runtime-config
107
+ [ `wasi-keyvalue` ] : https://github.com/WebAssembly/wasi-keyvalue
106
108
[ `gc` ] : https://github.com/WebAssembly/gc
107
109
108
110
[ ^ 1 ] : This is intended to encompass features that Cranelift supports as a
@@ -157,7 +159,6 @@ features to figure out how best to implement them and at least move them to Tier
157
159
* [ WASI proposal: ` wasi-data ` ] ( https://github.com/WebAssembly/wasi-data )
158
160
* [ WASI proposal: ` wasi-distributed-lock-service ` ] ( https://github.com/WebAssembly/wasi-distributed-lock-service )
159
161
* [ WASI proposal: ` wasi-grpc ` ] ( https://github.com/WebAssembly/wasi-grpc )
160
- * [ WASI proposal: ` wasi-kv-store ` ] ( https://github.com/WebAssembly/wasi-kv-store )
161
162
* [ WASI proposal: ` wasi-message-queue ` ] ( https://github.com/WebAssembly/wasi-message-queue )
162
163
* [ WASI proposal: ` wasi-parallel ` ] ( https://github.com/WebAssembly/wasi-parallel )
163
164
* [ WASI proposal: ` wasi-pubsub ` ] ( https://github.com/WebAssembly/wasi-pubsub )
0 commit comments