swactor/crates/wasm-actor/tests
Claude 2d24737026 test: Cycle 45 — 4KB round-trip, payload length report, odd alignment, idle ticks
- large_4kb_message_round_trips: 4096-byte payload echoes with pattern verification
- guest_reports_payload_length: guest computes and sends back payload length as LE i32
- alloc_returns_odd_alignment: alloc returns 1 (unaligned), host writes correctly
- shared_engine_clone_and_debug: cloned engine Debug output matches
- idle_ticks_dont_affect_wasm_actor: 500 empty ticks, then message still works

All 193 tests pass. No new bugs found.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:08:00 +07:00
..
guests skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
wasm_actor.rs test: Cycle 45 — 4KB round-trip, payload length report, odd alignment, idle ticks 2026-02-13 21:08:00 +07:00