swactor/tests
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
..
proptest_runtime.rs feat(std): add supervision, router, and registries 2026-02-13 07:11:24 +00:00
runtime_api.rs feat(std): add supervision, router, and registries 2026-02-13 07:11:24 +00:00
test_python.py refactor(core): lock-free tick timings, infallible channel push (#28) 2026-02-10 07:35:58 +00:00
transport_api.rs feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
watch_api.rs feat: wasm runner actor skeleton (#32) 2026-02-13 07:42:44 +00:00