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