Safari 26.6 is here.
Safari 26.6 is here. This release adds a small refinement to WebAssembly’s streaming compilation paths, and delivers eight bug fixes across CSS, service workers, networking, extensions, and WebRTC.
This release continues the ongoing focus of this entire year — polishing how features fit together, and resolving issues you might have run into as a web developer.
WebAssemblyWebKit for Safari 26.6 adds a compileOptions parameter to WebAssembly.compileStreaming() and WebAssembly.instantiateStreaming().
Safari 26.2 shipped support for Wasm JS String Builtins — a way for WebAssembly modules to import a set of standardized JavaScript string operations as builtins, which the engine can then optimize much more aggressively than a normal JS import. To turn them on, you pass an options object to WebAssembly.compile() or WebAssembly.instantiate().
The two streaming variants (compileStreaming() and instantiateStreaming()) didn’t yet accept that same options object. Now they do.
const module = await WebAssembly.compileStreaming(
fetch("example.wasm"),
{ builtins: ["js-string"] }
);
Now you don’t have to fall back from streaming compilation to use JS String Builtins.
Bug fixes and moreIn addition to the WebAssembly update, WebKit for Safari 26.6 includes eight bug fixes:
CSSic length unit scaled incorrectly with page zoom, causing it to no longer equal 1em as expected by the CSS specification. (174857144)position-area did not fall back properly when the body was scrollable. (175544079)zoom interacted incorrectly with font-size, font-weight, font-variant, and font-style on iPad when requesting the desktop website. (176647969)WKHTTPCookieStore. (176097960)RTCPeerConnection configured with iceTransportPolicy: "relay" failed to gather any ICE candidates on macOS Sequoia. (175009190)Safari 26.6 is available on iOS 26.6, iPadOS 26.6, visionOS 26.6, macOS Tahoe 26.6, macOS Sequoia, and macOS Sonoma. On iOS, iPadOS, and visionOS, you can update to Safari 26.6 as part of the OS update in Settings > General > Software Update. On macOS, Safari updates are delivered through System Settings > General > Software Update.
FeedbackWe love hearing from you. To share your thoughts, find us online: Jen Simmons on Bluesky / Mastodon, Saron Yitbarek on BlueSky / Mastodon, and Jon Davis on Bluesky / Mastodon. You can follow WebKit on LinkedIn.
If you run into any issues, we welcome your bug report. Filing issues really does make a difference.
You can also find this information in the Safari release notes.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Release Notes for Safari Technology Preview 246 | 0 | 10 | 17-06-2026 |
| 2 | The golden rule of Customizable Select | 0 | 13.67 | 15-06-2026 |
| 3 | 2026 F1 Car Reveal | Scuderia Ferrari SF-26 | 0 | 14.13 | 23-01-2026 |
| 4 | 2026 Kubernetes Monitoring Guide: Challenges & Best Practices | 0 | 7 | 06-03-2026 |
| 5 | Whites on green: On Wimbledon 2026 | 0 | 5 | 27-06-2026 |
| 6 | Introducing the Field Guide to Grid Lanes | 0 | 4.68 | 10-06-2026 |
| 7 | Release Notes for Safari Technology Preview 247 | 0 | 10 | 01-07-2026 |
| 8 | DASH 2026 recap: Product news, sessions, and highlights | 0 | 11.81 | 07-07-2026 |
| 9 | Изменения спутниковых каналов за 26 июня 2026 года | 0 | 0 | 26-06-2026 |
| 10 | Release Notes for Safari Technology Preview 250 | 0 | 10 | 13-08-2026 |