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