Skip to content

Commit 2feb645

Browse files
authored
quick and dirty architecture diagram (#70)
* quick and dirty architecture diagram Signed-off-by: Scott Andrews <scott@andrews.me> * pin wasmtime version Signed-off-by: Scott Andrews <scott@andrews.me> --------- Signed-off-by: Scott Andrews <scott@andrews.me>
1 parent d35701c commit 2feb645

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v6
6868
- name: Install wasmtime
6969
run: |
70-
curl https://wasmtime.dev/install.sh -sSf | bash
70+
curl https://wasmtime.dev/install.sh -sSf | bash -s -- --version v44.0.1
7171
echo "PATH=${PATH}:${HOME}/.wasmtime/bin" >> "$GITHUB_ENV"
7272
7373
- name: Download components.tar

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A WASM component services lifecycle.
44

5+
- [Architecture](#architecture)
56
- [Build](#build)
67
- [Run](#run)
78
- [Community](#community)
@@ -11,6 +12,9 @@ A WASM component services lifecycle.
1112
- [Acknowledgements](#acknowledgements)
1213
- [License](#license)
1314

15+
## Architecture
16+
17+
[![architecture diagram](./architecture.jpg)](./architecture.jpg)
1418

1519
## Build
1620

architecture.jpg

281 KB
Loading

0 commit comments

Comments
 (0)