Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 456 Bytes

File metadata and controls

7 lines (6 loc) · 456 Bytes

cpp/jvm-enclave-common

This is C/C++ code used in the enclave; it contains implementation or stubbing of Linux POSIX system calls that get executed by the native binary code that has been generated after using native-image against the enclave's Java/Kotlin code.

The artifact generated by this code is a C/C++ static archive library that gets linked when the user builds an enclave, together with other static libraries, to form a standalone enclave.