fn emit_delete(event_bus: &EventBus, otype: &'static str, oid: &str)Expand description
Broadcast a “delete” waveobj:update for the given oid. No fetch
needed — the frontend’s updateWaveObject (wos.ts:263-265) handles
the delete arm with just the oid.