From f45e72e5294e990c23d548eea32fd35c80525fd6 Mon Sep 17 00:00:00 2001 From: Chris Dickinson Date: Wed, 6 Mar 2024 11:29:31 -0800 Subject: [PATCH] Add wasi-observe proposal at Phase 1 (#575) --- Proposals.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Proposals.md b/Proposals.md index 0b768bf8..3d22f5c3 100644 --- a/Proposals.md +++ b/Proposals.md @@ -49,6 +49,7 @@ You can learn more about contributing new proposals (and other ways to contribut | [Key-value Store][wasi-kv-store] | Jiaxiao Zhou, Dan Chiarlone, David Justice | | | [Logging][wasi-logging] | Dan Gohman | | | [Message Queue][wasi-message-queue] | Jiaxiao Zhou, Dan Chiarlone, David Justice | | +| [Observe][wasi-observe] | Chris Dickinson | | | [Parallel][wasi-parallel] | Andrew Brown | | | [Pattern Match][wasi-pattern-match] | Jianjun Zhu | | | [Pub/sub][wasi-pubsub] | Jiaxiao Zhou, Dan Chiarlone, David Justice | | @@ -96,6 +97,7 @@ Some APIs may require backwards-incompatible changes over time. In these cases, [wasi-logging]: https://github.com/WebAssembly/wasi-logging [wasi-message-queue]: https://github.com/WebAssembly/wasi-message-queue [wasi-nn]: https://github.com/WebAssembly/wasi-nn +[wasi-observe]: https://github.com/dylibso/wasi-observe [wasi-parallel]: https://github.com/WebAssembly/wasi-parallel [wasi-pattern-match]: https://github.com/WebAssembly/wasi-pattern-match [wasi-poll]: https://github.com/WebAssembly/wasi-poll