Skip to content

Commit 6b0f3b5

Browse files
committed
stamp: add base runtime diagram
1 parent e9271a3 commit 6b0f3b5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

crates/base/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>

0 commit comments

Comments
 (0)