Versions in this module Expand all Collapse all v2 v2.0.1 Mar 22, 2026 v2.0.0 Mar 22, 2026 Changes in this version + type EmbeddedOperator struct + Bus wasmbus.Bus + NatsConn *nats.Conn + func NewEmbeddedOperator(ctx context.Context, mgr manager.Manager, cfg EmbeddedOperatorConfig) (*EmbeddedOperator, error) + type EmbeddedOperatorConfig struct + DisableArtifactController bool + HeartbeatTTL time.Duration + HostCPUThreshold float64 + HostMemoryThreshold float64 + NatsOptions []nats.Option + NatsURL string Other modules containing this package go.wasmcloud.dev/runtime-operator