i32 Type

Syntax

<i32-type> ::= "i32"

Semantics

  • It is 4 bytes in size.
  • It can contain the numbers between -231 (-2147483648) and 231-1 (2147483647).
  • It's represented with Two's complement.