void Int64(int v, [int? at]) { reset(at); WasmMemory.heapI64[_cur >> 3] = v; _cur += WasmSize.Int64; }