swactor/docs/development_history
Developer 60ee2d1a2c feat: wasm actor crate — run WebAssembly guests inside swactor actors
Adds `crates/wasm-actor/` (swactor-wasm-actor), which embeds wasmtime-sandboxed
Wasm instances inside regular swactor actors. Messages flow as raw bytes through
the guest ↔ host contract (alloc/handle exports, swactor.send import). The host
drains an outbox after each handle call and routes messages via ctx.send().

Includes 3 no_std guest modules (echo, double, silent) and 7 integration tests
covering roundtrip delivery, binary fidelity, multi-send, error cases, engine
sharing, and native↔wasm interop.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 07:19:09 +00:00
..
cfuzz major feature update 2026-02-13 07:11:24 +00:00
DISTRIBUTION.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
distribution_plan.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
WASM_ACTOR.md feat: wasm actor crate — run WebAssembly guests inside swactor actors 2026-02-13 07:19:09 +00:00