inst_const_f32_neg.wat 58 B

12345
  1. (module
  2. (func $add (result f32)
  3. f32.const -13
  4. )
  5. )