Int8 method

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

Implementation

void    Int8(int    v, [int? at]) { reset(at); WasmMemory.heapI8 [_cur     ] = v; _cur += WasmSize.Int8; }