incubator-teaclave
incubator-teaclave copied to clipboard
Remote payload loading for LibOS executor
To my understand, the current local executors load their workload in the form of in-memory byte stream. should LibOS based remote executor load its workload in the similar way and the workload byte stream is transmitted through trusted RPC ? Thanks.