Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.13 KB

File metadata and controls

15 lines (12 loc) · 1.13 KB

Slipstream

built with garnix

Slipstream is a runtime for stateless functions with stateful instances, designed to run serverless cloud workloads in Intel® SGX. Currently there's only support for WASM functions, with no real plans for alt-runtimes/vms.

├── enclave/
│   ├── drs — secure proxy for enabling edge connections for stationary positioned SQL databases.
│   ├── kvs — native authenticated key-value storage with instance-based namespaces.
│   └── runtime — WASI runtime for executing functions. exposes host functions for interacting with other systems.
├── host — enclave runner host for interacting with userspace.
├── jailer — jailer for isolating enclave runner within userspace.
└── shared — funcs, structs and traits shared between the host and enclave.