We need it for the authentication `AccountComponent` #660 where it's used at https://github.com/0xMiden/miden-base/blob/e4912663276ab8eebb24b84d318417cb4ea0bba3/crates/miden-lib/asm/miden/auth/rpo_falcon512.masm?plain=1#L62 to emit the event that pushes a signature for the message to the advice provider. Use the new `emit` op that takes the value from the stack. It was added in https://github.com/0xMiden/miden-vm/pull/2083