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

     1  (module
     2    (func (param f64)
     3      i64.const -1891816918
     4      f64.convert_i64_u
     5      global.set 1
     6      global.get 1
     7      i64.trunc_f64_u
     8      global.set 2
     9      global.get 2
    10      f64.convert_i64_u
    11      global.set 3
    12      global.get 3
    13      i64.trunc_f64_u
    14      global.set 4
    15    )
    16    (export "" (func 0))
    17    (global (;0;) (mut i64) i64.const 0) ;; dummy
    18    (global (mut f64) f64.const 0)
    19    (global (mut i64) i64.const 0)
    20    (global (mut f64) f64.const 0)
    21    (global (mut i64) i64.const 0)
    22  )