[][src]Attribute Macro binary_enclave::enclave

#[enclave]

setup required linker options and trait impls

this puts in to place whats required for our enclave. Without it, it will not be locatable for writing to after compilation. Some systems may limit the length of section names. It is recommended to keep the section name short and simple.

#[enclave(binary_section_name)]
pub static OUR_STATIC: Enclave<ConfStruct, 128> = Enclave::new()