Int16 method

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

Implementation

void   Int16(int    v, [int? at]) { reset(at); WasmMemory.heapI16[_cur >> 1] = v; _cur += WasmSize.Int16; }