blob: d80f6c2b087d47efa3fd988fa4d164615b109ecc [file] [log] [blame]
(module
(type $0 (func (result i32)))
(import "env" "memory" (memory $0 1 1))
(func $0 (type $0) (result i32)
(i32.load offset=13
(i32.const 37)
)
)
)