Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v6
- name: Install wasmtime
run: |
curl https://wasmtime.dev/install.sh -sSf | bash
curl https://wasmtime.dev/install.sh -sSf | bash -s -- --version v44.0.1
echo "PATH=${PATH}:${HOME}/.wasmtime/bin" >> "$GITHUB_ENV"

- name: Download components.tar
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

A WASM component services lifecycle.

- [Architecture](#architecture)
- [Build](#build)
- [Run](#run)
- [Community](#community)
Expand All @@ -11,6 +12,9 @@ A WASM component services lifecycle.
- [Acknowledgements](#acknowledgements)
- [License](#license)

## Architecture

[![architecture diagram](./architecture.jpg)](./architecture.jpg)

## Build

Expand Down
Binary file added architecture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.