[][src]Module waxosuit_codec::core

Core data types

This module contains data types used for Wascap guest module and host runtime communications

Structs

EmptyMessage
HealthRequest

A health request is passed to a guest module to allow it to return an empty result. If the guest module returns the empty result, it is considered healthy

LiveUpdate

LiveUpdate is used when a new module has been uploaded through the HTTP server capability provider. The bytes contained in this message will, if valid, replace the existing guest module

Constants

OP_HEALTH_REQUEST
OP_PERFORM_LIVE_UPDATE