File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 <template #title >Co-ordinated</template >
4040 <template #description >
4141 Multiple workload instances can securely share and process data in
42- real-time. Built-in message queues and multi-party primitives
43- enable seamless distributed computing without compromising data
42+ real-time. Built-in networking and multi-party primitives enable
43+ seamless distributed computing without compromising data
4444 isolation.
4545 </template >
4646 </Feature >
6262 <template #title >Persistent</template >
6363 <template #description >
6464 We go beyond stateless functions with in-runtime key-value stores,
65- websocket connections, and scheduling to enable stateful
66- workloads. Your distributed instances can maintain shared state
67- and co-ordinate complex multistep processes.
65+ socket connections, and scheduling to enable stateful workloads.
66+ Your distributed instances can maintain shared state and
67+ co-ordinate complex multistep processes.
6868 </template >
6969 </Feature >
7070 </Motion >
8686 <template #title >Resilient</template >
8787 <template #description >
8888 We only rely on TEE isolation for execution life-cycles,
89- decoupling key-management and sandboxing to ensure your data
90- remain protected even from privileged access or zero-day exploits.
89+ decoupling key-management (via MPC) and sandboxing (via WASM) to
90+ ensure your data remain protected even from privileged access or
91+ zero-day exploits.
9192 </template >
9293 </Feature >
9394 </Motion >
121122<script setup lang="ts">
122123import { Motion } from " motion-v" ;
123124 </script >
124-
You can’t perform that action at this time.
0 commit comments