Enarx: year in review
It has been an exciting year for the Enarx project. We have successfully developed a number of key components to establish the foundations for a comprehensive Confidential Computing solution. Several members of our community have contributed to our open source codebase and documentation, and we have had the ...
#confidentialcomputing #WASM #sev #SGX #enarx
After adding threading to our #enarx #SGX shim, I tackled threading in #WASI . Have a PoC [`wasmtime`](https://github.com/haraldh/wasmtime/tree/wasi-threads-working), which can execute `pthread_create()` and more with a patched [wasi-libc](https://github.com/haraldh/wasi-libc/tree/threads-tls).