inst_const_f32.wat 57 B

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