Safari Catches Up on WebAssembly Feature Support with Latest Release
Apple browser adds missing Wasm features, bringing parity with Chrome and Firefox for web assembly applications.
Safari's latest release adds missing WebAssembly features, bringing the browser to feature parity with Chrome and Firefox for web assembly applications.
New Features
Safari now supports WebAssembly SIMD, threads, exception handling, and reference types—features available in other browsers for months. The additions enable performance-critical applications like video editing and 3D rendering to run effectively in Safari.
Apple's Wasm Strategy
Apple has been slower to implement Wasm features than Google and Mozilla, but the recent acceleration suggests renewed commitment. The additions support Apple's push toward web-based professional applications.
Cross-Browser Compatibility
With Safari's updates, developers can now ship Wasm applications with confidence they'll work across all major browsers. This parity eliminates a significant barrier to Wasm adoption for browser-based tools.
Performance Implications
SIMD support in particular unlocks significant performance gains for compute-intensive applications. The feature allows parallel processing of data, essential for video, audio, and scientific computing in the browser.
Related Articles
Redis 8.4 Brings Hybrid Search, Atomic Multi-Key Operations, and Auto-Repair AOF
Redis 8.4 is now generally available, delivering hybrid search that combines full-text and vector queries using Reciprocal Rank Fusion, new atomic string commands like MSETEX and DELEX, and automatic repair for corrupted append-only files. Lookahead prefetching and JSON memory optimizations round out a performance-focused release.
Deno 2.7 Stabilizes Temporal API and Ships Native Windows ARM Builds
Deno 2.7 has stabilized the TC39 Temporal API, bringing immutable, timezone-aware date and time objects to replace the legacy JavaScript Date API. The release also delivers official Windows ARM builds for Surface and Snapdragon devices, npm overrides support, and global install compilation for standalone executables.
Laravel 13 Ships with PHP Attributes, Passkeys, and Zero Breaking Changes
Taylor Otwell unveiled Laravel 13 at Laracon EU, delivering PHP 8 Attributes as an alternative to class properties, built-in passkey authentication in starter kits, and a new Reverb database driver for horizontal WebSocket scaling. The release requires PHP 8.3+ and promises the smoothest upgrade path in Laravel history.