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

     1  (module
     2    (type (;0;) (func))
     3    (func (;0;) (type 0)
     4      f32.const 0x1.123e18p+18 (;=280824.38;)
     5      i64.trunc_f32_s
     6      f64.convert_i64_s
     7      drop
     8    )
     9    (export "" (func 0))
    10  )