|
Loom C API
Public Loom compiler C API
|
Export metadata view written into caller-provided storage. More...
#include <module.h>
Data Fields | |
| loomc_module_function_export_flags_t | flags |
| Present export metadata flags. | |
| loomc_string_view_t | export_symbol |
| Optional artifact export symbol without a leading @. | |
Export metadata view written into caller-provided storage.
Export metadata is separate from loomc_module_function_t because not every function participates in artifact export, and export contracts may grow independently from function identity.