Trendora

WebAssembly

Adopt

Languages & Frameworks

A low-level portable bytecode format that browsers can compile and run efficiently.

Why it's here

Placed in Adopt: 17 article(s) of evidence from 6 source(s), led by product launches, with 11 in the last 30 days. Confidence 93%.

Evidence (17)

  • 7Hacker News·8/12/2026product_launch
    Delta launches private beta for multiplayer coding with agents

    Delta is a new multiplayer environment for coding with agents, designed to keep code and conversation connected as work progresses. It uses DeltaDB to replicate the worktree and discussions in real time, supports Git workflows, and can sync threads to the cloud or external agent harnesses such as Claude Code.

  • 7The New Stack·8/11/2026funding
    Databricks acquires Electric to add per-agent Postgres databases

    Databricks is acquiring Electric, the company behind PGlite and the Electric sync engine, to support agentic applications that create and branch databases more frequently. Electric’s open-source projects will remain open source, but its hosted Electric Cloud service is being wound down and customers will need to self-host or switch providers.

  • 8Cloudflare Blog·8/6/2026product_launch
    Cloudflare launches Kitesurf, an agent-first browser on Workers

    Cloudflare announced Kitesurf, a new browser designed specifically for AI agents and built to run entirely on Cloudflare Workers. The company says it is more efficient than Chromium for agent tasks like screenshots and HTML extraction, and is available free in beta through Browser Run.

  • 4InfoQ·8/3/2026framework_update
    WebAssembly on the JVM and the Shift to Endive

    Andrea Peruffo discusses how WebAssembly is evolving beyond the browser and gaining traction on the server-side JVM. The episode covers runtime performance improvements, including the move from interpreters to JIT compilation, and highlights production uses such as edge computing and modular plugins.

  • 7Hacker News·7/28/2026research
    Formally Verified 3D CSG Mesh Intersection in Lean 4

    This project presents what is claimed to be the first formally verified implementation of a 3D constructive solid geometry mesh intersection kernel, built in Lean 4 and checked against a short formal specification. It is also positioned as a way to rely on machine-checked proofs rather than trusting AI-generated implementation code, with a browser demo running the verified kernel in WebAssembly.

  • 2Hacker News·7/26/2026open_source
    Teaching Kids Programming with Forth

    The article describes an instructor’s experience teaching middle and high school students programming through the Forth language rather than more common choices like Python or Scratch. It explains the curriculum choices, including a focus on stack-based thinking, limited syntax, and having students build small creative projects they can run in a browser-based learning environment.

  • 4Simon Willison·7/18/2026product_launch
    SQLite Query Explainer

    Simon Willison introduced SQLite Query Explainer, a browser-based tool that runs SQL queries against a SQLite database and annotates the results of both EXPLAIN QUERY PLAN and low-level EXPLAIN output with plain-English explanations. The tool runs SQLite in Python through Pyodide and WebAssembly, aiming to make query planner and virtual machine behavior easier to understand.

  • 7Hacker News·7/17/2026open_source
    Minikotlin compiles Kotlin to WebAssembly in the browser

    Minikotlin is a Kotlin compiler written in C that runs entirely in a browser tab and emits WebAssembly GC bytecode directly. It supports a broad subset of Kotlin features, including classes, inheritance, null safety, generics, coroutines, and standard-library helpers, with end-to-end tests and no external toolchain required.

  • 7Hacker News·7/16/2026framework_update
    Roc compiler rewrite reaches feature parity after 487 days

    The Roc compiler team says its 300,000-line rewrite from Rust to Zig has reached feature parity with the original compiler after 487 days of work. The milestone enabled updated demos and smaller WebAssembly output, but it is not yet a formal release, with version 0.1.0 planned for later this year.

  • 3Simon Willison·7/16/2026open_source
    Mermaid diagrams rendered as Unicode box art

    Simon Willison describes experimenting with a Rust-based terminal renderer for Mermaid diagrams found in the open-sourced Grok CLI codebase. He also prototyped running it in the browser through WebAssembly, producing a tool that displays Mermaid diagrams as Unicode box art. The post is a short developer-focused note about adapting an existing terminal component for web use.

  • 5Hacker News·7/15/2026research
    Firefox Browser Running in WebAssembly

    A developer demo shows the full Firefox browser, including Gecko, UI components, and the SpiderMonkey JavaScript engine, compiled to run inside WebAssembly. The project uses WISP for TCP over WebSockets and includes an experimental WASM-to-JS JIT for performance testing. The author describes it as a technical experiment and points to a lighter browser-in-browser project for practical use.

  • 5Hacker News·7/6/2026model_release
    Ternlight: 7 MB Browser-Based Embedding Model

    Ternlight is a small embedding model that runs directly in the browser using WebAssembly. The post highlights its tiny size and local execution, aimed at making on-device text embeddings available without a server round trip.

  • 2Simon Willison·7/3/2026product_launch
    Simon Willison releases June 2026 sponsor newsletter

    Simon Willison announced that the June 2026 sponsors-only newsletter is now available to paying subscribers. The issue highlights Claude Fable 5, GPT-5.6, US export restrictions, GLM-5.2, and several projects across Datasette, sqlite-utils, shot-scraper, and related WASM work.

  • 5Hacker News·6/30/2026open_source
    Kubernetes ported to run in the browser

    Ngrok released a project called Webernetes that brings a Kubernetes-like environment into the browser, along with a public demo and source code. The post appears to be a technical showcase rather than a production cloud platform, highlighting an experimental approach to running cluster concepts in a web UI.

  • 5Hacker News·6/29/2026research
    Game Boy Emulator JITs to WebAssembly to Run Faster in Browsers

    A developer built WATaBoy, a Game Boy emulator that compiles SM83 instructions to WebAssembly instead of relying only on an interpreter. The project explores whether piggybacking on browser JIT support can outperform a native interpreter, especially in environments like iOS where direct JIT compilation is restricted. The post presents the approach as a proof of concept and performance benchmark.

  • 3Simon Willison·6/23/2026product_launch
    OPFS and Pyodide test harness

    Simon Willison shared an interactive test harness for the Origin Private File System (OPFS) powered by Pyodide. The tool lets users create, read, delete, and query SQLite files in OPFS, while checking persistence and browser capabilities across desktop and mobile browsers.

  • 5Hugging Face Blog·6/23/2026framework_update
    Transformers.js tests proposed Cross-Origin Storage API for shared caching

    Hugging Face describes experiments in Transformers.js with the proposed Cross-Origin Storage API to reduce duplicated downloads and storage across different origins. The post shows that model files and shared WebAssembly runtime assets can be cached once and reused, instead of being fetched again for each site using the same resources.