WebAssembly 3.0 Released with Component Model Stabilization
Major release enables mixing libraries from different languages into composable Wasm components via WIT interfaces.
WebAssembly 3.0 has been released, marking a major milestone for the cross-platform runtime. The biggest advancement is the stabilization of the Component Model, enabling developers to compose applications from modules written in different programming languages.
Component Model Revolution
In 2026, the Wasm Component Model has largely solved the challenge of mixing libraries from different languages. Developers can now write business logic in Rust, data processing modules in Python, and glue code in JavaScript, compiling them into composable Wasm components that communicate through high-level WIT interfaces.
Beyond the Browser
WebAssembly continues expanding beyond browser contexts. Standard IoT runtimes now ship with Wasm support out of the box, allowing developers to push updates to millions of edge devices without flashing firmware. Platforms like Cloudflare Workers and Fastly Compute have doubled down on Wasm-first environments.
WASI 0.3 Preview
The Wasmtime runtime now has experimental support for WASI 0.3, with the full release expected in February and potential 1.0 by late 2026 or early 2027. This progress toward a stable system interface accelerates Wasm adoption for server-side and CLI applications.
Performance Characteristics
Wasm modules continue to start in microseconds, making them ideal for scale-to-zero serverless functions. This startup performance, combined with near-native execution speed, positions Wasm as a legitimate alternative to containers for specific workloads.
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.