Explore the powerful WebAssembly Stack, featuring Rust, AssemblyScript, and WebAssembly, to boost your application's performance, portability, and security. With an extensive ecosystem of open source libraries, the WebAssembly Stack is perfect for developers looking to harness cutting-edge technology for web and cloud applications. Discover the best libraries and frameworks in the WebAssembly ecosystem and learn how this stack can supercharge your projects.
feature.delivery is a free, web-based platform that enables developers to monitor and consolidate software releases from multiple GitHub repositories into a single, streamlined chronological view. By centralizing release information across various tools, libraries, and services, feature.delivery simplifies the process of staying informed about the latest updates in a development stack. Stay ahead of the curve with feature.delivery, the free online tool designed to help developers effortlessly track and consolidate the latest releases from multiple GitHub repositories in one clean, chronological view. Whether you're managing a complex development stack or simply want to stay up to date with your favorite open-source projects, feature.delivery streamlines release tracking so you never miss an important update. By keeping up with the latest changes, developers can quickly adopt new features, enhance performance, and maintain a competitive edge in today's fast-moving tech landscape. Say goodbye to manual tracking and hello to smarter, faster development with feature.delivery.
how do I stay up to date with the latest features of the WebAssembly Stack?
how to keep up with the latest features in WebAssembly Stack?
what's new in WebAssembly Stack?
how to track latest features in WebAssembly Stack?

Staying up-to-date with latest features of the
WebAssembly Stack in 2025

How does it work?

feature.delivery is a free, web-based platform that helps developers track the latest releases from multiple GitHub repositories — all in one streamlined, chronological view. By centralizing release information across tools, libraries, and frameworks, feature.delivery makes it easier than ever to stay on top of the updates throughout your development stack.

Checkout this 1 minute intro video to see it in action

The WebAssembly Stack, encompassing Rust, AssemblyScript, and WebAssembly itself, empowers developers to build high-performance, secure, and portable applications that run seamlessly in browsers and beyond. Leveraging the strengths of systems languages like Rust and TypeScript-inspired AssemblyScript, this stack enables near-native execution speeds, strong memory safety, and powerful cross-platform capabilities. The WebAssembly ecosystem is rapidly evolving, offering a rich set of libraries for everything from core runtime to tooling, data storage, UI, and more, making it a premier choice for modern web and cloud-native development.

Here's a breakdown of the WebAssembly Stack into different categories

Core Libraries

Core libraries are essential for building, compiling, and running WebAssembly modules. These libraries provide the foundation for developing applications in Rust or AssemblyScript and targeting WebAssembly as a compilation target.

wasm-bindgen

rustwasm/wasm-bindgen
Facilitates high-level interactions between Rust and JavaScript, enabling seamless integration and interoperability.
what's new in wasm-bindgen?
how to track latest features in wasm-bindgen?
new updates in wasm-bindgen?
new features in wasm-bindgen?

AssemblyScript

AssemblyScript/assemblyscript
A TypeScript-like language for compiling to WebAssembly, making low-level performance accessible to JavaScript developers.
what's new in AssemblyScript?
how to track latest features in AssemblyScript?
new updates in AssemblyScript?
new features in AssemblyScript?

Binaryen

WebAssembly/binaryen
A compiler and toolchain infrastructure library for WebAssembly, used for optimizing and transforming wasm binaries.
what's new in Binaryen?
how to track latest features in Binaryen?
new updates in Binaryen?
new features in Binaryen?

Tooling & Build

Tooling libraries are vital for building, testing, and debugging WebAssembly modules. They streamline the development workflow and improve productivity.

wasm-pack

rustwasm/wasm-pack
Helps build, pack, and publish Rust-generated WebAssembly packages for the npm ecosystem.
what's new in wasm-pack?
how to track latest features in wasm-pack?
new updates in wasm-pack?
new features in wasm-pack?

cargo-web

koute/cargo-web
A Cargo subcommand for the client-side Web, supporting building, testing, and deploying Rust-generated WebAssembly.
what's new in cargo-web?
how to track latest features in cargo-web?
new updates in cargo-web?
new features in cargo-web?

wabt

WebAssembly/wabt
The WebAssembly Binary Toolkit provides tools for converting, debugging, and inspecting WebAssembly binaries.
what's new in wabt?
how to track latest features in wabt?
new updates in wabt?
new features in wabt?

Runtime Engines

Runtime engines execute WebAssembly modules in different environments, ensuring optimal performance and security.

Wasmtime

bytecodealliance/wasmtime
A standalone JIT-style runtime for WebAssembly, developed by Bytecode Alliance.
what's new in Wasmtime?
how to track latest features in Wasmtime?
new updates in Wasmtime?
new features in Wasmtime?

Wasmer

wasmerio/wasmer
A lightweight, universal WebAssembly runtime enabling super lightweight containers for server, desktop, and edge applications.
what's new in Wasmer?
how to track latest features in Wasmer?
new updates in Wasmer?
new features in Wasmer?

WasmEdge

WasmEdge/WasmEdge
A high-performance, lightweight, and extensible WebAssembly runtime for cloud-native, edge, and decentralized apps.
what's new in WasmEdge?
how to track latest features in WasmEdge?
new updates in WasmEdge?
new features in WasmEdge?

Bindings & Interoperability

Bindings libraries facilitate seamless communication between WebAssembly modules and host environments like JavaScript, Go, or Python.

js-sys

rustwasm/js-sys
Provides raw bindings to JavaScript types, allowing Rust code to interact directly with JS APIs.
what's new in js-sys?
how to track latest features in js-sys?
new updates in js-sys?
new features in js-sys?

web-sys

rustwasm/web-sys
Offers comprehensive bindings to Web APIs, making it easy for Rust and WebAssembly to work with browser features.
what's new in web-sys?
how to track latest features in web-sys?
new updates in web-sys?
new features in web-sys?

wasm-bindgen-futures

rustwasm/wasm-bindgen-futures
A bridge for using Rust's async/await with JavaScript Promise-based APIs in wasm.
what's new in wasm-bindgen-futures?
how to track latest features in wasm-bindgen-futures?
new updates in wasm-bindgen-futures?
new features in wasm-bindgen-futures?

UI & Frontend Frameworks

UI frameworks allow developers to build rich, interactive web apps using Rust or AssemblyScript compiled to WebAssembly.

Yew

yewstack/yew
A modern Rust framework for creating multi-threaded frontend web apps with WebAssembly.
what's new in Yew?
how to track latest features in Yew?
new updates in Yew?
new features in Yew?

Seed

seed-rs/seed
A Rust framework for creating web apps using WebAssembly, inspired by Elm architecture.
what's new in Seed?
how to track latest features in Seed?
new updates in Seed?
new features in Seed?

Percy

chinedufn/percy
A modular toolkit for building frontend web apps in Rust targeting WebAssembly.
what's new in Percy?
how to track latest features in Percy?
new updates in Percy?
new features in Percy?

Data Store & Persistence

Data store libraries make it easy to persist data in WebAssembly applications, supporting features like in-memory storage, databases, and caching.

sled

spacejam/sled
An embedded, high-performance database for Rust, suitable for use in WebAssembly environments.
what's new in sled?
how to track latest features in sled?
new updates in sled?
new features in sled?

sql.js

sql-js/sql.js
A JavaScript library that runs SQLite in the browser, compiled to WebAssembly.
what's new in sql.js?
how to track latest features in sql.js?
new updates in sql.js?
new features in sql.js?

Testing & Debugging

Testing and debugging libraries facilitate the development of robust, bug-free WebAssembly applications.

wasm-bindgen-test

rustwasm/wasm-bindgen-test
A test harness for executing Rust tests in WebAssembly environments.
what's new in wasm-bindgen-test?
how to track latest features in wasm-bindgen-test?
new updates in wasm-bindgen-test?
new features in wasm-bindgen-test?

wasminspect

google/wasminspect
A toolkit for debugging and inspecting WebAssembly binaries.
what's new in wasminspect?
how to track latest features in wasminspect?
new updates in wasminspect?
new features in wasminspect?

Networking & Protocols

Networking libraries enable WebAssembly modules to communicate over various protocols, essential for modern web and cloud-native apps.

wasm-sockets

rustwasm/wasm-sockets
A WebAssembly-compatible networking library for Rust, supporting WebSockets.
what's new in wasm-sockets?
how to track latest features in wasm-sockets?
new updates in wasm-sockets?
new features in wasm-sockets?

quinn

quinn-rs/quinn
An implementation of the QUIC transport protocol in Rust that can be compiled to WebAssembly.
what's new in quinn?
how to track latest features in quinn?
new updates in quinn?
new features in quinn?

Explore the latest releases and updates for the WebAssembly Stack by visiting the repositories listed above. Stay up to date with the evolving WebAssembly ecosystem and discover powerful tools and libraries that can take your projects to the next level. Click on any of the repository links to see the most recent releases, features, and contributions in the world of WebAssembly!