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

     1  (module
     2   (type (;0;) (func (param i32 f64)))
     3   (func (;0;) (type 0) (param i32 f64)
     4     (local i32 f32 f32)
     5     i32.const 0
     6     if ;; label = @1
     7       unreachable
     8     end
     9     f32.const 0x0p+0 (;=0;)
    10     memory.size
    11     f32.load offset=93531 align=2
    12     f32.max
    13     i32.reinterpret_f32
    14     i32.const 0
    15     i32.xor
    16     global.set 0
    17   )
    18   (memory (;0;) 6 8)
    19   (global (;0;) (mut i32) i32.const 0)
    20   (export "" (func 0)))