Linxuan M

Results 4 issues of Linxuan M

This PR aims to make the V3 interpreter pass the regression tests we have so far

An update in the stack switching proposal changed the bytecode format for `resume` and `resume_throw`. This PR updates the corresponding parts in Wizard.

This PR implements new opcodes introduced in stack switching proposal for the fast interpreter.

This PR refractors suspension handler lookup out of the exception handler lookup routine. I think this makes more sense as this limits the search for a handler to a more...