  .globl  weakFn
  .type weakFn,@function
weakFn:
  .functype weakFn () -> (i64)
  i64.const 1
  end_function
