rdar://106293111 The current implementation for global.get and global.set in BBQ JIT uses the same helper to emit type-correct load and store instructions as the rest of the WASM load and store ops. SIMD load ops aren't included in these instructions though, so whenever we try to get or set a v128 global with portable binding mode, we hit an ASSERT_NOT_REACHED.
Pull request: https://github.com/WebKit/WebKit/pull/11126
Committed 261299@main (c6d7e1b115e0): <https://commits.webkit.org/261299@main> Reviewed commits have been landed. Closing PR #11126 and removing active labels.