Stream: wasmtime

Topic: Wasmtime inside Intel SGX


view this post on Zulip Yashaswi Makula (Oct 24 2024 at 15:25):

Hi folks, I am trying to build a version of wasmtime that can run inside an SGX enclave. Wanted to understand what it takes and how I could go about it? since Wasmtime is written in rust. I found project Wamr which has a sgx option, but the project we are working on is heavily dependent on wasmtime and making wasmtime working inside an enclave would be amazing for us.

view this post on Zulip Alex Crichton (Oct 24 2024 at 15:41):

Personally I don't know much about SGX myself so I don't know a good answer to this. I don't think many of the other maintainers are really all that familiar with SGX either. There's an SGX target for Rust although I'm not sure how well maintained that is.

view this post on Zulip Ralph (Oct 24 2024 at 17:46):

you might look at the enarx project


Last updated: Nov 22 2024 at 17:03 UTC