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

     1  (module
     2    (type (;0;) (func))
     3    (func (;0;) (type 0)
     4      i32.const 1000
     5      i32.const 1000
     6      i32.const 1000
     7      memory.fill
     8    )
     9    (memory (;0;) 1 2)
    10    (start 0)
    11  )