readI32 function

int readI32(
  1. int addr
)

Implementation

int readI32(int addr) => HEAP32.toDart[addr >> 2];