@@ -48,11 +48,10 @@ You can learn more about contributing new proposals (and other ways to contribut
48
48
| [ I2C] [ wasi-i2c ] | Friedrich Vandenberghe, Merlijn Sebrechts, Maximilian Seidler | |
49
49
| [ Key-value Store] [ wasi-kv-store ] | Jiaxiao Zhou, Dan Chiarlone, David Justice | |
50
50
| [ Logging] [ wasi-logging ] | Dan Gohman | |
51
- | [ Message Queue ] [ wasi-message-queue ] | Jiaxiao Zhou, Dan Chiarlone, David Justice | |
51
+ | [ Messaging ] [ wasi-messaging ] | Jiaxiao Zhou, Dan Chiarlone, David Justice | |
52
52
| [ Observe] [ wasi-observe ] | Chris Dickinson | |
53
53
| [ Parallel] [ wasi-parallel ] | Andrew Brown | |
54
54
| [ Pattern Match] [ wasi-pattern-match ] | Jianjun Zhu | |
55
- | [ Pub/sub] [ wasi-pubsub ] | Jiaxiao Zhou, Dan Chiarlone, David Justice | |
56
55
| [ Runtime Config] [ wasi-runtime-config ] | Jiaxiao Zhou, Dan Chiarlone, David Justice | |
57
56
| [ SPI] [ wasi-spi ] | Emiel Van Severen | |
58
57
| [ SQL] [ wasi-sql ] | Jiaxiao Zhou, Dan Chiarlone, David Justice | |
@@ -96,14 +95,12 @@ Some APIs may require backwards-incompatible changes over time. In these cases,
96
95
[ wasi-io ] : https://github.com/WebAssembly/wasi-io
97
96
[ wasi-kv-store ] : https://github.com/WebAssembly/wasi-kv-store
98
97
[ wasi-logging ] : https://github.com/WebAssembly/wasi-logging
99
- [ wasi-message-queue ] : https://github.com/WebAssembly/wasi-message-queue
98
+ [ wasi-messaging ] : https://github.com/WebAssembly/wasi-messaging
100
99
[ wasi-nn ] : https://github.com/WebAssembly/wasi-nn
101
100
[ wasi-observe ] : https://github.com/dylibso/wasi-observe
102
101
[ wasi-parallel ] : https://github.com/WebAssembly/wasi-parallel
103
102
[ wasi-pattern-match ] : https://github.com/WebAssembly/wasi-pattern-match
104
- [ wasi-poll ] : https://github.com/WebAssembly/wasi-poll
105
103
[ wasi-proxy-wasm ] : https://github.com/proxy-wasm/spec
106
- [ wasi-pubsub ] : https://github.com/WebAssembly/wasi-pubsub
107
104
[ wasi-random ] : https://github.com/WebAssembly/wasi-random
108
105
[ wasi-runtime-config ] : https://github.com/WebAssembly/wasi-runtime-config
109
106
[ wasi-sockets ] : https://github.com/WebAssembly/wasi-sockets
0 commit comments