File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The edge runtime can be divided into two runtimes with different purposes.
3636- User runtime:
3737 - An instance for the _ user runtime_ is responsible for executing users' code.
3838 - Limits are required to be set such as: Memory and Timeouts.
39- - Has access to environment variables explictly allowed by the main runtime.
39+ - Has access to environment variables explicitly allowed by the main runtime.
4040
4141### Edge Runtime in Deep
4242
Original file line number Diff line number Diff line change 1+ # Supabase EdgeRuntime base
2+
3+ This crate is part of the Supabase Edge Runtime stack and implements the runtime
4+ core features.
5+
6+ ## Architecture
7+
8+ <p align =" center " >
9+ <picture >
10+ <source media="(prefers-color-scheme: dark)" srcset="/assets/edge-runtime-diagram-dark.svg">
11+ <source media="(prefers-color-scheme: light)" srcset="/assets/edge-runtime-diagram.svg">
12+ <img alt="Sequence diagram of Edge Runtime request flow" src="/assets/edge-runtime-diagram.svg" style="max-width: 100%;">
13+ </picture >
14+ </p >
You can’t perform that action at this time.
0 commit comments