inst_const_i32_neg.wat 58 B

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