Skip to main content

Crate astrid_kernel

Crate astrid_kernel 

Source
Expand description

Astrid Kernel - The core execution engine and IPC router.

The Kernel is a pure, decentralized WASM runner. It contains no business logic, no cognitive loops, and no network servers. Its sole responsibility is to instantiate astrid_events::EventBus, load .capsule files into the Extism sandbox, and route IPC bytes between them.

Modules§

kernel_router
The Management API router listening to the EventBus.
socket
The Unix Domain Socket manager.

Structs§

Kernel
The core Operating System Kernel.