void Int8Array(List<int> v, [int? at]) { reset(at); WasmMemory.heapI8 .setAll(_cur, v); _cur += v.length * WasmSize.Int8; }