swactor/crates/wasm-actor
Claude 9a890770d9 test: Cycle 28 — budget-bounded echoes, wrong signatures, overlapping send regions
- pingpong_wasm_echoes_bounded_by_budget: actor_message_budget limits per-tick processing
- wrong_alloc_signature_two_params_rejected: builder rejects alloc(i32,i32)->i32
- wrong_handle_return_type_rejected: builder rejects handle(i32,i32)->i32
- send_with_overlapping_dest_and_payload: aliased dest+payload memory reads work correctly

All 123 tests pass. No new bugs found.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:07:59 +07:00
..
src fix: clear outbox when guest handle traps 2026-02-13 21:07:59 +07:00
tests test: Cycle 28 — budget-bounded echoes, wrong signatures, overlapping send regions 2026-02-13 21:07:59 +07:00
Cargo.toml test: complete WASM runner scenario coverage 2026-02-13 21:07:59 +07:00