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"
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…
BoxAgnts Runtime (3) — WebAssembly: A Better Sandbox for AI Agents
AI agents are increasingly moving beyond text generation. Modern agent systems can execute code,...…
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…
Edge.js: Running Node apps inside a WebAssembly Sandbox
Wasmrt: Portable, lightweight and embeddable WebAssembly runtime in C
Portable, lightweight and embeddable WebAssembly runtime in C - abdimoallim/wasmrt…
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.…
BoxAgnts Introduction (3) — WebAssembly Sandbox
When an AI Agent possesses file read/write, Shell execution, and network access capabilities, who...…
WebAssembly on Kubernetes • Nicolas Frankel
WebAssembly on Kubernetes • Nicolas Frankel
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...…
Edge.js: Running Node apps inside a WebAssembly Sandbox
Edge.js: Running Node apps inside a WebAssembly Sandbox
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.…
The Web Should Become a VM
The Web Should Become a VM…
WebAssembly in 2026: The Quiet Revolution That Finally Delivered
WebAssembly in 2026: The Quiet Revolution That Finally Delivered WebAssembly quietly...…
WebAssembly in 2026: The Quiet Revolution That Finally Delivered
WebAssembly in 2026: The Quiet Revolution That Finally Delivered WebAssembly quietly...…
Built a browser-based image tool in Rust and WebAssembly, works offline
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…
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.…
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...…
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.…
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…