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