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

     1  (module
     2    (type (;0;) (func (param externref)))
     3    (func (;0;) (type 0) (param externref)
     4      i32.const 2147483647
     5      i32.const -11579569
     6      i32.div_u
     7      f64.convert_i32_s
     8      i64.trunc_f64_s
     9      f64.convert_i64_u
    10      i64.trunc_f64_s
    11      unreachable
    12    )
    13    (memory (;0;) 0 8)
    14    (export "" (func 0))
    15    (export "1" (memory 0))
    16  )