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