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