[MERGE #3171 @Cellule] Fix MOVSXD encoding for exception filter
Merge pull request #3171 from Cellule:users/micfer/wasm/movsxd
We were incorrectly reading the opcode for MOVSXD causing the AV in virtual memory to escape instead of throwing a WebAssembly runtime exception.
Since the AV occurs in the 8GB array, it is not a security concern.