Open anthony-zhan opened 1 year ago
Hi, I just updated the helloworld sample to show how this works with recent versions of Edgeless RT. (When this sample was created, it worked exactly like custom_host, just without building the host. We forgot updating it to the new approach.)
Hi @thomasten, Thanks for updating helloworld
sample. It helps a lot!
Could help to provide examples for adding custom enclave entry function?
ertdeventry
must not be used in production, as theREADME
said, andertmeshentry
seems to introduce some extra packages related withmarble
.I saw test case customentry and tried to create a custom enclave entry function based on it, but got error when using
add_enclave_library
in CMake.Will you take a look at it, when you have time? Thanks in advance.