inst_const_i32.wat 57 B

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