swactor/docs
zacheryasc 4e56590f05 feat: wasm runner actor skeleton (#32)
Lay down the wasm-actor host, a frontend-agnostic command layer, and a
distribution registry.

- command (new crate): CommandRouter dispatching to built-in inspection handlers
  (overview/workers/actors) plus user-registered handlers, with line and
  query-param parsers; built for REPL/REST/TUI/WebSocket frontends.
- wasm-actor (new crate): skeleton host — WasmActor, Builder, Engine, error
  types — with echo/double/silent guest fixtures and integration tests.
- distribution: add Registry (member catalog + lookups) and Snapshot, with tests.
- core: extend the worker watch API; add watch_api integration tests.

Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-13 07:42:44 +00:00
..
connectome feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
development_history feat: wasm runner actor skeleton (#32) 2026-02-13 07:42:44 +00:00
actor-model.md feat: docs and README (#13) 2026-02-06 17:12:04 +00:00
actor_lifecycle.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
actor_resolution.svg feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
architecture.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
channels.md feat: docs and README (#13) 2026-02-06 17:12:04 +00:00
connectome.md feat: refactor based on spectral spectral_analysis 2026-02-07 17:36:45 +07:00
dataflow.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
distribution.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
distribution_minor_flows.svg feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
kademlia.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
message_lifecycle.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
render_docs.sh feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
runtime.md feat(std): add supervision, router, and registries 2026-02-13 07:11:24 +00:00
runtime_lifecycle.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
swim.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
swim_probe_cycle.svg feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
tick_cycle.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
transport.md feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
transport_encode_decode.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
transport_routing.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
type_erasure.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
wasm-actor.md feat: wasm runner actor skeleton (#32) 2026-02-13 07:42:44 +00:00
worker-thread.md feat(std): add supervision, router, and registries 2026-02-13 07:11:24 +00:00