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 thecloudverb. - 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 jsonis selected.