blob: 713186b9598fd9c1c25f5f4cb03bafb086f710db [file] [log] [blame]
.globl foo
foo:
.functype foo (f32) -> (i32)
i32.const 0
end_function
.globl call_foo
call_foo:
.functype call_foo () -> (i32)
call foo
end_function