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