inst_const_f64.wat 57 B

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