writeI32 method

void writeI32(
  1. int value
)

Implementation

void writeI32(int value) {
  writeBytes(i32ToBytes(value));
}