1 .globl call_ret32 2call_ret32: 3 .functype call_ret32 () -> (i32) 4 f32.const 0x0p0 5 call ret32 6 drop 7 i32.const ret32_address 8 end_function 9 10 .section .data.ret32_address,"",@ 11 .globl ret32_address 12ret32_address: 13 .int32 ret32 14 .size ret32_address, 4 15 16 .functype ret32 (f32) -> (i32) 17