2
0

inst_const_f64_neg.wat 58 B

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