github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/internal/integration_test/fuzzcases/testdata/1802.wat (about)

     1  (module
     2    (func (;0;)
     3      (local i32)
     4        loop  ;; label = @4
     5          loop  ;; label = @5
     6            global.get 0
     7            i32.eqz
     8            if  ;; label = @6
     9              unreachable
    10            end
    11            global.get 0
    12            i32.const 1
    13            i32.sub
    14            global.set 0
    15            block ;; label = @6
    16              i32.const 0
    17              v128.load32_splat offset=32768
    18              i32x4.extract_lane 2
    19              i64.load offset=32884
    20              br 2 (;@5;)
    21            end
    22          end
    23      end
    24    )
    25    (memory (;0;) 1 6)
    26    (global (;0;) (mut i32) i32.const 1000)
    27    (export "" (func 0))
    28    (data (;5;) (i32.const 0) "\8b\8b\8b\8b\8b\96")
    29  )