1  .globl  weakFn
2  .type weakFn,@function
3weakFn:
4  .functype weakFn () -> (i64)
5  i64.const 1
6  end_function
7