[][src]Module wascc_codec::core

Core data types

This module contains data types used for wascc actor module and host runtime communications that is not specific to any given capability provider

Structs

CapabilityConfiguration

Capability providers must be able to accept configuration values on a per-module basis. The module field will be the public key of the module (the subject field of its embedded JWT), though providers should make no assumptions about the contents of that field.

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

SimpleBoolean

Constants

OP_CONFIGURE
OP_HEALTH_REQUEST
OP_IDENTIFY_CAPABILITY
OP_INITIALIZE
OP_PERFORM_LIVE_UPDATE
OP_REMOVE_ACTOR