Fixes a race in v5.0.0 where the packaged app could cold-boot instead of resuming from saved state — on a cold launch (Gatekeeper scan, cold disk cache) v86 hadn't finished loading the wasm/BIOS/disk before restore_state() ran, the restore silently failed, and the VM started fresh. Now waits for v86's emulator-loaded event. (#367)
Full Changelog: v5.0.0...v5.0.1