## Objective Prove the worker runtime is deterministically equivalent to the main-thread runtime. ## Work - Run a deterministic fixture in main thread, run the same fixture through the worker runtime, assert the final state hash is equal. ## Exit criteria - [ ] Same deterministic replay produces the same final state in both main-thread and worker modes
Objective
Prove the worker runtime is deterministically equivalent to the main-thread runtime.
Work
Exit criteria