#wasm-executables

[ follow ]
fromGSMArena.com
3 hours ago

Google Chrome will get lazy loading for video and audio elements

Lazy loading is a technique that defers loading some of the heavier elements of a page until the lighter ones are loaded, allowing users to start interacting with the content sooner.
Web design
#scalajs
Java
fromScala.js
1 day ago

Announcing Scala.js 1.21.0

Scala.js 1.21.0 introduces compatibility changes, deprecates JDK < 17, disables Google Closure Compiler by default, and includes performance improvements.
Java
fromScala.js
1 day ago

Announcing Scala.js 1.21.0

Scala.js 1.21.0 introduces compatibility changes, deprecates JDK < 17, disables Google Closure Compiler by default, and includes performance improvements.
#javascript
Node JS
fromFrontendmasters
3 days ago

What To Know in JavaScript (2026 Edition)

JavaScript's ECMAScript 2025 introduces new iterator methods and improved set functionalities, enhancing performance and usability for developers.
fromInfoQ
2 weeks ago
Node JS

State of JavaScript 2025: Survey Reveals a Maturing Ecosystem with TypeScript Cementing Dominance

fromAllthingssmitty
2 months ago
JavaScript

Explicit resource management in JavaScript - Matt Smith

JavaScript adds explicit resource management ('using') to guarantee automatic cleanup of opened resources without verbose try/finally code.
fromSubstack
1 month ago
JavaScript

Friday Links #34: Fresh JavaScript Tools & Releases

Pinterest claims parity with ChatGPT in search volume and emphasizes visual search and e-commerce integrations to capture commercial intent and buying journeys.
Node JS
fromFrontendmasters
3 days ago

What To Know in JavaScript (2026 Edition)

JavaScript's ECMAScript 2025 introduces new iterator methods and improved set functionalities, enhancing performance and usability for developers.
Node JS
fromAlex MacArthur
6 days ago

Your options for preloading images with JavaScript

Preloading images in JavaScript can be achieved through various methods, with the best choice depending on specific circumstances.
Node JS
fromInfoQ
2 weeks ago

State of JavaScript 2025: Survey Reveals a Maturing Ecosystem with TypeScript Cementing Dominance

TypeScript continues to dominate the JavaScript ecosystem, with 40% of developers using it exclusively, while Vite surpasses Webpack in satisfaction.
fromInfoQ
2 days ago

Module Federation 2.0 Reaches Stable Release with Wider Support Outside of Webpack

The dynamic type hints feature in Module Federation 2.0 dramatically streamlines the development process by automatically generating and loading types from remote modules, eliminating the need for shared type packages.
Angular
Web frameworks
fromInfoWorld
4 days ago

PEP 816: How Python is getting serious about Wasm

Python will now formally support WebAssembly standards through PEP 816, enhancing its usability in browser applications.
Software development
fromDEV Community
5 days ago

From Maintaining Open Source Libraries to Building an AI-Powered Tools OS with Rust and WebAssembly

Kitmul evolved from a modest project to a platform offering over 300 tools, leveraging AI to enhance development speed and user accessibility.
React
fromThisweekinreact
4 days ago

This Week In React #275: Next.js, TanStack, React Compiler, Inertia, Astro, Trusted Types, Signals | ExecuTorch, Unistyles, RN.run, Preflight, Confetti, AI, Lynx | Pretext, Axios, Node, Playwright, Turborepo | This Week In React

Next.js introduces a stable Adapter API for better compatibility across platforms, enhancing its functionality and support for developers.
DevOps
fromInfoQ
4 days ago

Cloudflare Launches Dynamic Workers Open Beta: Isolate-Based Sandboxing for AI Agent Code Execution

Dynamic Worker allows Cloudflare Workers to run AI-generated code in isolated sandboxes, improving performance and efficiency over traditional containers.
Information security
fromSiliconANGLE
5 days ago

Hackers compromise popular Axios Javascript library with hidden malware - SiliconANGLE

Axios HTTP client library was hacked to distribute malware via a compromised npm account, affecting multiple operating systems.
#css
Web development
fromCsswizardry
3 days ago

What Is CSS Containment and How Can I Use It? - CSS Wizardry

CSS containment optimizes browser performance by defining boundaries for DOM elements, allowing the browser to skip unnecessary work during changes.
Web development
fromCsswizardry
3 days ago

What Is CSS Containment and How Can I Use It? - CSS Wizardry

CSS containment optimizes browser performance by defining boundaries for DOM elements, allowing the browser to skip unnecessary work during changes.
fromSlicker
1 week ago

Basic Physics Engine in about 100 lines of pure JavaScript

The Vec class implements 2D vectors, providing essential operations like addition, subtraction, scaling, and normalization, which are fundamental for all geometric calculations in the simulation.
Vue
Python
fromTalkpython
1 week ago

Zensical - a modern static site generator

Zensical is a new static site generator by Martin Donath, designed to address limitations of MKDocs with a Rust core and faster builds.
React
fromInfoQ
5 days ago

TanStack Start Introduces Import Protection to Enforce Server and Client Boundaries

TanStack Start introduces import protection to prevent server-only and client-only code from leaking into incorrect bundles.
DevOps
fromInfoWorld
5 days ago

What front-end engineers need to know about AWS

Understanding AWS infrastructure improves front-end debugging and UI performance.
fromYcombinator
6 days ago

Show HN: QuickBEAM - run JavaScript as supervised Erlang/OTP processes | Hacker News

QuickBEAM runs JavaScript inside OTP supervision trees, allowing each runtime to function as a process with a `Beam` global that can call Elixir code and send/receive messages.
fromInfoQ
1 week ago

Experimental Web Install API Seeks to Improve Application Discovery and Distribution

The Web Install API aims to fix the issue of inconsistent and proprietary mechanisms for acquiring applications by creating an open, ergonomic, standardized, and cross-platform supported way of acquiring applications.
Web development
Marketing tech
fromAdExchanger
2 weeks ago

The JavaScript Overload; Whatever, AI Will Handle It | AdExchanger

News publishers are compromising long-term reader retention for short-term ad revenue, leading to bloated web pages and diminished content visibility.
Software development
fromInfoQ
1 week ago

Microsoft Introduces WinApp CLI to Unify Windows App Development Workflows

WinApp CLI simplifies Windows application development by consolidating tasks into a single command-line tool for various frameworks.
Java
fromTheregister
2 weeks ago

Project Detroit: Java interop with JavaScript and Python

Oracle released Java 26 and introduced Project Detroit to enable faster interoperability between Java, JavaScript, and Python by embedding V8 and CPython runtimes directly in the JVM.
Web frameworks
fromSubstack
2 weeks ago

Blob Objects in JavaScript: A Practical Guide to Files, Previews, Downloads, and Memory

Blob objects are essential for efficient file handling in frontend development, addressing issues like memory management and performance.
Software development
fromTheregister
1 week ago

Avalonia bolts Linux and WebAssembly onto .NET MAUI

AvaloniaUI has introduced MAUI support for Linux and WebAssembly, enhancing cross-platform capabilities despite challenges in adoption and bugs.
fromInfoWorld
2 weeks ago

We mistook event handling for architecture

Events are essential inputs to modern front-end systems. But when we mistake reactions for architecture, complexity quietly multiplies. Over time, many front-end architectures have come to resemble chains of reactions rather than models of structure. The result is systems that are expressive, but increasingly difficult to reason about.
React
Web development
fromCSS-Tricks
2 weeks ago

4 Reasons That Make Tailwind Great for Building Layouts | CSS-Tricks

Tailwind CSS utilities make layouts more readable and mentally visualizable than traditional CSS by keeping HTML structure apparent in the code.
#nodejs
Node JS
fromDEV Community
2 weeks ago

I Scanned 6 Popular Node.js Repos for Undocumented Environment Variables. Here's What I Found.

Many popular Node.js projects lack comprehensive documentation for process.env variables, leading to potential configuration issues.
#webassembly
Node JS
fromInfoWorld
2 weeks ago

Edge.js launched to run Node.js for AI

Edge.js is a WebAssembly-based JavaScript runtime that safely executes Node.js applications with faster startup times by sandboxing workloads through WASIX.
fromInfoQ
1 month ago
Software development

How WebAssembly Components Enable Safe and Portable Software Extensions

Node JS
fromInfoWorld
2 weeks ago

Edge.js launched to run Node.js for AI

Edge.js is a WebAssembly-based JavaScript runtime that safely executes Node.js applications with faster startup times by sandboxing workloads through WASIX.
fromInfoQ
1 month ago
Software development

How WebAssembly Components Enable Safe and Portable Software Extensions

Software development
fromMedium
2 weeks ago

From Concept to Production: The Complete Guide to XML Prompt Engineering for Software Developers

Treat LLMs as compilers, not chatbots, using Structured XML Prompting to generate professional-grade code through a five-stage AI-assisted development cycle with rigid constraints.
Web development
fromGitHub
3 weeks ago

GitHub - j9t/minifier-benchmarks: Regularly updated benchmarks for web page minification

HTML minifier benchmarks compare compression effectiveness across tools using byte-based measurements, with two test modes: HTML-only minification and full feature minification.
fromInfoQ
3 weeks ago

Webpack Publishes 2026 Roadmap with Native CSS Support, Universal Target, and Path to Version 6

One of the most significant changes is the move to integrate CSS module support directly into webpack's core. Currently available behind the experimental.css option, this feature eliminates the need for mini-css-extract-plugin. The team expects to complete integration into core around early 2026, with the feature remaining experimental until webpack 6, at which point plugin-based CSS handling will no longer be necessary.
Web frameworks
Node JS
fromAllthingssmitty
2 weeks ago

Native JSON modules are finally real - Matt Smith

Import attributes enable native JSON module support in JavaScript, eliminating the need for bundler transforms by allowing explicit type declaration with the `with { type: "json" }` syntax.
Web frameworks
fromInfoQ
3 weeks ago

Cloudflare Releases Experimental Next.js Alternative Built With AI Assistance

Cloudflare released vinext, an experimental Next.js reimplementation built on Vite, developed by one engineer in one week using AI for $1,100, achieving 4.4x faster builds and 57% smaller client bundles than Next.js with Turbopack.
React
fromdev.to
1 month ago

React Compiler and Beyond: Capability Boundaries of Compiler-Driven UI Frameworks

React Compiler optimizes expression and render costs within React's runtime, while compiler-first frameworks like Fict move update routing to compile time for dependency propagation, representing different engineering trade-offs rather than competing solutions.
Web development
fromInfoWorld
1 month ago

WebAssembly proposal touted to improve Wasm web integration

WebAssembly remains a second-class web language due to poor platform integration, limiting adoption to large companies despite performance capabilities and new features since 2017.
Node JS
fromInfoWorld
1 month ago

Why local-first matters for JavaScript

JavaScript innovation accelerates through local-first SQL datastores, universal isomorphic JavaScript via WinterTC, reactive signals adoption, NPM alternatives, Java-JavaScript bridges, and Deno's resurgence.
fromInfoWorld
1 month ago

The right way to architect modern web applications

Modern web applications are no longer just "sites." They are long-lived, highly interactive systems that span multiple runtimes, global content delivery networks, edge caches, background workers, and increasingly complex data pipelines. They are expected to load instantly, remain responsive under poor network conditions, and degrade gracefully when something goes wrong.
Web frameworks
Software development
fromInfoWorld
1 month ago

Rust developers have three big worries - survey

Rust developers remain satisfied with language evolution pace, but worry about insufficient industry adoption, increasing complexity, and inadequate developer support.
React
fromInfoQ
1 month ago

Warper: Rust Powered React Virtualisation Library

Warper 7 is a Rust-WebAssembly-powered React virtualization library delivering superior performance through zero-allocation hot paths, O(1) circular buffers, and offloaded scroll calculations, achieving 120 FPS with 100,000 items versus react-window's 40 FPS.
Web frameworks
fromInfoQ
1 month ago

ASP.NET Core in .NET 11 Preview 1 Brings New Blazor Components, Improved Navigation, and WebAssembly

ASP.NET Core in .NET 11 preview introduces EnvironmentBoundary, improved Blazor forms, relative URI navigation, and WebAssembly IHostedService support to enhance developer experience.
Software development
fromInfoWorld
1 month ago

Abandoned project linking Java, JavaScript makes a comeback

The Detroit project revives native JavaScript and Python script engines for the JVM using Chrome V8 and CPython, with plans to become an official OpenJDK project while leveraging the Foreign Function & Memory API.
Web frameworks
fromLoicpoullain
1 month ago

The future of web frameworks in the age of AI

AI agents now generate 90-95% of production code, requiring frameworks to be AI-understandable with comprehensive documentation and clear examples to remain competitive.
#deno
Node JS
fromInfoWorld
1 month ago

WinterTC: Write once, run anywhere (for real this time)

Unified JavaScript runtime standard WinterTC creates a consistent guaranteed API surface across browsers, servers, and edge runtimes to reduce fragmentation.
Web development
fromInfoQ
2 months ago

WASM Components are a FaaS' Best Friend

Wasm components enhance FaaS runtimes by enabling modular, efficient, portable, and resource-aware function execution, simplifying building FaaS systems with wasmCloud.
fromInfoQ
1 month ago

.NET 11 Preview 1 Arrives With Runtime Async, Zstandard Support, and C# 15 Features

The headline runtime feature in this preview is Runtime Async, described as a major change to how asynchronous methods work in .NET. According to the release notes, since C# 5 introduced async/await, the compiler has been solely responsible for rewriting async methods into state machine structs that track progress across suspension points. With Runtime Async, the runtime itself now understands async methods as a first-class concept and takes over responsibility for suspending and resuming methods.
Software development
#react
fromGitHub
1 month ago
React

GitHub - brucetoo/visual-agentic-dev: an immersive browser development environment designed to allow developers to complete code modifications, debugging, and command-line interactions without leaving the browser.

fromGitHub
1 month ago
React

GitHub - brucetoo/visual-agentic-dev: an immersive browser development environment designed to allow developers to complete code modifications, debugging, and command-line interactions without leaving the browser.

fromThegreenplace
2 months ago

Compiling Scheme to WebAssembly

One of my oldest open-source projects - Bob - has celebrated 15 a couple of months ago. Bob is a suite of implementations of the Scheme programming language in Python, including an interpreter, a compiler and a VM. Back then I was doing some hacking on CPython internals and was very curious about how CPython-like bytecode VMs work; Bob was an experiment to find out, by implementing one from scratch for R5RS Scheme.
fromkrasimirtsonev.com
2 months ago

Streaming JSON in just 200 lines of JavaScript

I was continueing my exploration of React server components when I stumbled upon on this article about progressive JSON. Dan Abramov describes a technique for streaming JSON from a server to a client in chunks, allowing the client to start rendering parts of the data before the entire payload has been received. This can significantly improve perceived performance, especially for large datasets.
Web development
Web development
fromHowbrowserswork
2 months ago

How Browsers Work

Browsers convert address-bar input into normalized URLs or search queries, resolve domain names to IPs, send HTTP requests with headers, and fetch resources to render pages.
fromLogRocket Blog
2 months ago

Anti-frameworkism: Choosing native web APIs over frameworks - LogRocket Blog

Today's browsers can handle most of the problems that frontend frameworks were originally created to solve. Web Components provide encapsulation, ES modules manage dependencies, modern CSS features like Grid and container queries enable complex layouts, and the Fetch API covers network requests. Despite this, developers still default to React, Angular, Vue, or another JavaScript framework to address problems the browser already handles natively. That default often trades real user costs -page weight, performance, and SEO - for developer convenience.
Web frameworks
fromVerou
2 months ago

Web dependencies are broken. Can we fix them? * Lea Verou

Dear JS ecosystem, I love you, but you have a dependency management problem when it comes to the Web, and the time has come for an intervention. No, this is not another rant about npm's security issues. Abstraction is the cornerstone of modern software engineering. Reusing logic and building higher-level solutions from lower-level building blocks is what makes all the technological wonders around us possible. Imagine if every time anyone wrote a calculator they also had to reinvent floating-point arithmetic and string encoding!
Node JS
fromInfoWorld
2 months ago

Deno boosts dependency management with JSR

JSR offers a modern, TypeScript-first and cross-platform-compatible registry, integrated into Deno, Deno's developers said. For Node.js and NPM compatibility, Deno 1.42 offers numerous improvements. The async_hooks module now supports the EventEmitterAsyncResource and AsyncLocalStorage.enterWith APIs. The crypto module adds getRandomValues(), subtle, getCipherInfo(), publicKey(), and createPublicKey() APIs, along with support for more curves in multiple APIs. The worker_threads module received a major overhaul.
Node JS
fromSubstack
2 months ago

Friday Links #33 - Fresh JavaScript Tools & Trends

OpenAI has introduced ChatGPT Health, a dedicated section inside ChatGPT focused entirely on personal health. It's more than a themed chat - users can discuss symptoms, interpret lab results, track metrics over time, and get clear explanations of medical terms. A key feature is integration with health and fitness services. Users can connect Apple Health, MyFitnessPal, and similar apps so the AI can analyze sleep, activity, nutrition, and wellness trends.
Web development
Software development
fromMedium
1 month ago

I Can't Believe Rust Is Replacing Java

The X recommendation system was fully rewritten and open-sourced using only Rust and Python, replacing previous Java and Scala implementations.
Node JS
fromInfoWorld
2 months ago

Bun 1.1 JavaScript toolkit backs Windows 10

Bun 1.1 adds Windows 10 support, improves Node.js compatibility, boosts performance, stabilizes WebSocket, and integrates SQLite and developer tooling.
Web development
fromMeyerweb
3 months ago

Targeting by Reference in the Shadow DOM

ShadowRoot.referenceTarget lets shadowed components expose internal elements as reference targets so attributes like for, popoverTarget, and ARIA can correctly target them.
#rust
Web frameworks
fromLogRocket Blog
2 months ago

A dev's guide to Tailwind CSS in 2026 - LogRocket Blog

Tailwind CSS remains highly popular, but AI-driven code generation sharply reduced documentation traffic and Tailwind Labs' revenue, prompting major layoffs and strategic reassessment.
fromGitHub
1 month ago

GitHub - mental-os/Aurora-OS.js: Aurora OS.js - extensible web OS game and hacking simulator framework for developers and gamers. Virtual OS experience with scripting, apps, terminals & sandboxed gameplay, set in the mental.os() universe.

Aurora OS.js isn't just a web-based OS. It's a portal. Born from the intersection of digital art and cyberpunk culture, this project reimagines the operating system as an immersive game world. It is a high-fidelity hacking simulator built on modern web technologies (React, Vite, Electron), designed to blur the line between utility and gameplay. Currently in its pre-Alpha stage, it serves as the foundation for a future MMO hacking universe - a persistent world where you script, hack, and uncover the lore
Web development
fromMedium
1 year ago

Modern Web Architectures: Composability with Harmony

Over the past decade, software development has undergone a massive transformation due to continuous innovations in tools, processors and novel architectures. In the past, most applications were monoliths and then shifted to microservices, and now we find ourselves embracing composability - a paradigm that prioritizes modular, reusable, and flexible software design. Instead of writing separate, tightly coupled applications, developers now compose software using reusable business capabilities that can be plugged into multiple projects. This enables greater scalability, maintainability, and collaboration across teams and organizations. At the heart of this movement is Bit Harmony, a framework designed to make composability a first-class citizen in modern web development.
Software development
Software development
fromTheregister
2 months ago

Just the Browser claims to tame the bloat without forking

Just the Browser disables telemetry, LLM bot features, and sponsored content by applying readable enterprise management policies to major browsers instead of forking them.
Node JS
fromGitHub
1 month ago

GitHub - webllm/browser-use: browser-use for TypeScript: AI-Powered Browser Automation from Python's Acclaimed Library

A faithful TypeScript port brings AI-driven browser automation, vision capabilities, and LLM integrations to Node.js, Deno, and Bun with Python feature parity.
Software development
fromInfoQ
2 months ago

Rspack Releases Version 1.7: Final 1.x Update Before 2.0 Transition

Rspack 1.7 stabilizes features, improves SWC plugin compatibility, adds native Import Bytes support, and enables lazy compilation by default for dynamically imported modules.
Software development
fromInfoQ
2 months ago

.NET 10 Becomes Available on AWS Lambda as Managed Runtime and Base Image

AWS Lambda supports .NET 10 for managed runtimes and container images, adds Lambda Managed Instances, automatic runtime updates, and Powertools (.NET) compatibility across all regions.
Software development
fromInfoQ
2 months ago

VoidZero Announces Oxfmt Alpha with Rust-Powered Performance and Prettier Compatibility

Oxfmt is a Rust-based JavaScript/TypeScript formatter delivering up to 30× faster formatting than Prettier while preserving over 95% compatibility and supporting major Prettier options.
Software development
fromInfoWorld
1 month ago

Vercel revamps AI-powered v0 development platform

Vercel's v0 platform rebuilt to enable secure, Git-integrated, production-ready vibe coding for enterprise apps and agent workflows.
Software development
fromInfoQ
2 months ago

Vercel Introduces Skills.sh, an Open Ecosystem for Agent Commands

Skills.sh provides a standardized, auditable CLI-based skills ecosystem enabling AI agents to invoke versioned, reusable commands for predictable execution.
Software development
fromInfoWorld
2 months ago

AI-built Rue language pairs Rust memory safety with ease of use

Rue is a Rust-based language aiming to provide memory safety without garbage collection, easier than Rust and Zig, leveraging Claude AI to accelerate development.
Software development
fromMedium
1 month ago

Top 7 Lovable alternatives for production-grade apps in 2026

Lovable enables instant prototyping but lacks the structure, tooling, and discipline required for production; teams need alternatives emphasizing architecture, testability, versioning, CI, and dependency management.
[ Load more ]