Uint8 method

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

Implementation

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