void Float32(double v, [int? at]) { reset(at); WasmMemory.heapF32[_cur >> 2] = v; _cur += WasmSize.Float32; }