This codec encodes Webxdc update log entries.
Webxdc status updates are in JSON, so we encode the binary data into base64, and decode again.
const updateItemCodec: WebxdcUpdateItemCodec<UpdateItem>...
This codec encodes Webxdc update log entries.
Webxdc status updates are in JSON, so we encode the binary data into base64, and decode again.