Int32 method

void Int32(
  1. int v, [
  2. int? at
])

Implementation

void   Int32(int    v, [int? at]) { reset(at); WasmMemory.heapI32[_cur >> 2] = v; _cur += WasmSize.Int32; }