Loom C API
Public Loom compiler C API
Loading...
Searching...
No Matches
loomc_artifact_manifest_options_t Struct Reference

Artifact manifest emission options. More...

#include <artifact_manifest.h>

Data Fields

loomc_structure_type_t type
 Structure type.
loomc_host_size_t structure_size
 Size of this structure in bytes.
const void * next
 Next invocation option extension.
loomc_artifact_manifest_mode_t mode
 Selected manifest detail mode.
loomc_string_view_t identifier
 Result artifact identifier for the manifest JSON.

Detailed Description

Artifact manifest emission options.

Attach this descriptor through loomc_emit_options_t::next. The descriptor controls sidecar manifest production for the emitted target artifact. It does not compile source, run passes, or write filesystem paths.

Field Documentation

◆ identifier

loomc_string_view_t loomc_artifact_manifest_options_t::identifier

Result artifact identifier for the manifest JSON.

Empty derives from the emitted artifact identifier by appending .manifest.json.

◆ type

loomc_structure_type_t loomc_artifact_manifest_options_t::type

Structure type.

Must be LOOMC_STRUCTURE_TYPE_ARTIFACT_MANIFEST_OPTIONS when nonzero.


The documentation for this struct was generated from the following file: