github.com/bananabytelabs/wazero@v0.0.0-20240105073314-54b22a776da8/internal/integration_test/fuzzcases/testdata/704.wat (about)

     1  (module
     2    (func
     3      v128.const i8x16 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00
     4      i32x4.bitmask ;; if this checks as i8x16 lane, the result here becomes non-zero, therefore unreachable.
     5      (if (then unreachable))
     6  
     7      v128.const i8x16 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00 0xff 0x00
     8      i16x8.bitmask ;; if this treats as i8x16 lane, the result here becomes non-zero, therefore unreachable.
     9      (if (then unreachable))
    10    )
    11    (start 0)
    12  )