1.globl foo2foo:3 .functype foo (f32) -> (i32)4 i32.const 05 end_function6 7 8.globl call_foo9call_foo:10 .functype call_foo () -> (i32)11 f32.const 0.012 call foo13 end_function14