wasi-messaging
wasi-messaging copied to clipboard
Simplifies wasi-messaging interface with feedback
This PR is a follow-up to #23 . Like it, this also incorporates various points of feedback from interface champions, users, and working group discussions. In addition, it also simplifies the wasi-messaging interface as per feedback in the prior PR.
The main changes to review are:
- updated sections (e.g., introduction, goals, and portability) in the
README
. - removal of the
consumer.wit
. - refactor of
messaging-guest
asincoming-handler
. - addition of
request-reply.wit
. - refactor of
types.wit
including creating concrete error types, and adding a message resource.