wasi-messaging
wasi-messaging copied to clipboard
Should `wasi:messaging/messaging-guest/handler` take a `channel` parameter?
This would tell the guest which channel the message was received from and make it a more symmetric with wasi:messaging/producer/send
, which takes a channel
.