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

     1  (module
     2    (type (;0;) (func (result f32)))
     3    (func (;0;) (type 0) (result f32)
     4      i32.const 0
     5      i32.load8_s
     6      f32.convert_i32_u
     7    )
     8    (memory (;0;) 3 8)
     9    (export "" (func 0))
    10    (data (;0;) (i32.const 0) "\f2")
    11  )