Skip to main content

Module embedded

Module embedded 

Source
Expand description

Embedded plugin bytes. Compiled by build.rs.

Statics§

CLOUD_PLUGIN_WASM
Bytes of the in-tree cloud client plugin (hm cloud …). Loaded by the host dispatcher whenever the user invokes the cloud verb.
DOCKER_PLUGIN_WASM
Bytes of the in-tree Docker step-executor plugin. Always loaded by the orchestrator at run start.
OUTPUT_HUMAN_PLUGIN_WASM
Bytes of the in-tree human-readable output-formatter plugin. Loaded when --format human (the default) is selected.
OUTPUT_JSON_PLUGIN_WASM
Bytes of the in-tree JSON-lines output-formatter plugin. Loaded when --format json is selected.