Wasmfx has a way of sending an exception to a suspended coroutine: resume_throw. However, the current EH proposal has two ways of throwing exceptions: throw and throw_ref. We need to add the equivalent instruction to the stack switching proposal.