23 lines · plain
1 .functype foo (i32) -> ()2 .functype test0 () -> ()3 4 .section .text.foo,"",@5 .weak foo6 .type foo,@function7foo:8 .functype foo (i32) -> ()9 end_function10 11 .section .text.test0,"",@12 .globl test013 .type test0,@function14test0:15 .functype test0 () -> ()16 i32.const 317 call foo18 end_function19 20 .section .debug_info,"",@21 .int32 foo22 .int32 test023