|
Loom C API
Public Loom compiler C API
|
Configuration options attached to a link or compile invocation. More...
#include <config.h>
Data Fields | |
| const loomc_config_binding_t * | bindings |
| Plain key/value bindings. | |
| loomc_host_size_t | binding_count |
| Number of entries in bindings. | |
| loomc_string_view_t | json_object |
| Optional JSON/JSONC object string normalized into the same binding set. | |
| loomc_config_policy_flags_t | flags |
| Config validation and resolution policy flags. | |
Configuration options attached to a link or compile invocation.
The plain binding array and optional JSON/JSONC object string normalize into the same key/value binding set. When both spellings define the same key, the explicit bindings entry overrides the JSON object entry.