WeSearch
Hub / Tags / Webassembly
TAG · #WEBASSEMBLY

Webassembly coverage.

Every story in the WeSearch catalog tagged with #webassembly, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

22 stories tagged with #webassembly, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Webassembly"

RELATED TAGS
#technology6#programming4#security3#ai3#software3#development2#webdev2#architecture2#python2#datasette2#javascript1#lisp1
SIMON WILLISON'S WEBLOG

Running Python code in a sandbox with MicroPython and WASM

I've been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characterist…

56 views ·
#programming#python
DEV.TO (TOP)

BoxAgnts Runtime (3) — WebAssembly: A Better Sandbox for AI Agents

AI agents are increasingly moving beyond text generation. Modern agent systems can execute code,...…

13 views ·
#ai#security
SIMON WILLISON

Running Python ASGI apps in the browser via Pyodide + a service worker

By running Python ASGI web applications entirely in the browser using Pyodide and a dedicated service worker, this project intercepts all same-origin requests under `/app/` and exe…

21 views ·
#python#datasette
R/PROGRAMMING

Edge.js: Running Node apps inside a WebAssembly Sandbox

19 views ·
GITHUB

Wasmrt: Portable, lightweight and embeddable WebAssembly runtime in C

Portable, lightweight and embeddable WebAssembly runtime in C - abdimoallim/wasmrt…

13 views ·
#programming#software
LEANING TECHNOLOGIES DEVELOPER

A Linux-like kernel in a browser tab – deep dive in the BrowserPod architecture

How the BrowserPod kernel supports running many Linux applications concurrently in the browser using WebAssembly.…

19 views ·
#browsers#technology
DEV.TO (TOP)

BoxAgnts Introduction (3) — WebAssembly Sandbox

When an AI Agent possesses file read/write, Shell execution, and network access capabilities, who...…

14 views ·
#architecture#security#ai
R/KUBERNETES

WebAssembly on Kubernetes • Nicolas Frankel

17 views ·
R/PROGRAMMING

WebAssembly on Kubernetes • Nicolas Frankel

19 views ·
DEV.TO (TOP)

How I Rebuilt an RPG Map Editor with Rust, React, and WASM

Replacing a map editor sounds like a frontend task. It is not. A browser-based RPG map editor lives...…

15 views ·
#webdev#rust
R/WEBDEV

Edge.js: Running Node apps inside a WebAssembly Sandbox

18 views ·
R/NODE

Edge.js: Running Node apps inside a WebAssembly Sandbox

19 views ·
DEV.TO (TOP)

How I bypassed Blazor WebAssembly's Virtual DOM using raw WASM pointers

A deep dive into V.A.L.I.D.—a compile-time state-tracking framework that shares raw WebAssembly memory slabs directly with JavaScript for register-level efficiency.…

12 views ·
#blazor#performance
DEV.TO (TOP)

The Web Should Become a VM

The Web Should Become a VM…

10 views ·
#webdev#architecture
DEV.TO (TOP)

WebAssembly in 2026: The Quiet Revolution That Finally Delivered

WebAssembly in 2026: The Quiet Revolution That Finally Delivered WebAssembly quietly...…

17 views ·
#technology#development
DEV.TO (TOP)

WebAssembly in 2026: The Quiet Revolution That Finally Delivered

WebAssembly in 2026: The Quiet Revolution That Finally Delivered WebAssembly quietly...…

12 views ·
#technology#software
R/RUST

Built a browser-based image tool in Rust and WebAssembly, works offline

21 views ·
HACKADAY

Bring Back That Aged Scanner, in Your Browser

We have probably all at some point had to replace a peripheral not because it is faulty, but because it is no longer supported by our operating system. It’s especially bad for Wind…

15 views ·
#peripherals#software
PAGES

Needle-rs – AI Function calling in the browser, 258 KB WASM

A 26M-parameter tool-calling transformer running entirely in your browser. No server, no API key.…

16 views ·
#ai#technology
DEV.TO (TOP)

Building a Wasm-in-Wasm Virtualizer (with JIT decrypted paged memory)

Intro WebAssembly was built for portability and raw speed. It was definitely not built for...…

14 views ·
#security#programming
LEANING TECHNOLOGIES DEVELOPER

A Linux-like kernel in a browser tab - deep dive in the BrowserPod architecture

How the BrowserPod kernel supports running many Linux applications concurrently in the browser using WebAssembly.…

18 views ·
#browser#technology
GITHUB

De‐bloating Javascript

An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell. - naver/lispe…

17 views ·
#javascript#programming