1.globl foo 2foo: 3 .functype foo (f32) -> (i32) 4 i32.const 0 5 end_function 6 7 8.globl call_foo 9call_foo: 10 .functype call_foo () -> (i32) 11 call foo 12 end_function 13