Wasm implementation in JSC doesn't check types in unreachable expressions and so https://github.com/WebAssembly/spec/blob/master/test/core/unreached-invalid.wast tests marked as "type mismatch" fails. This is needed to be fixed.
<rdar://problem/73026557>