webassembly

Tag

Cards List
#webassembly

Thoughts on starting new projects with LLM agents

Eli Bendersky · 2026-06-07 Cached

基于作者使用LLM代理从零开始构建Go项目watgo的经验,讨论了在项目中有效利用AI代理的方法,强调了保持人工审查和指导的重要性。

0 favorites 0 likes
#webassembly

micropython-wasm 0.1a2

Simon Willison's Blog · 2026-06-06 Cached

MicroPython ported to WebAssembly as a tool for sandboxed Python execution in the browser.

0 favorites 0 likes
#webassembly

Running Python code in a sandbox with MicroPython and WASM

Simon Willison's Blog · 2026-06-06 Cached

Simon Willison introduces micropython-wasm, an alpha package that runs Python code in a sandbox using MicroPython compiled to WebAssembly, enabling safe plugin execution within Python applications like Datasette.

0 favorites 0 likes
#webassembly

Ladybird browser update (May 2026)

Lobsters Hottest · 2026-06-05 Cached

The May 2026 update for Ladybird browser brings major improvements in real-world site compatibility (e.g., passes Cloudflare Turnstile, enables MSE), responsiveness (async scrolling, JS bytecode caching, WASM JIT with Cranelift, incremental sweeping), and infrastructure (Rust HTML parser, ad-blocking via adblock-rust, CSS container queries).

0 favorites 0 likes
#webassembly

How Wasmer used Codex to build a Node.js runtime for the edge

OpenAI Blog · 2026-06-03 Cached

Wasmer used OpenAI's Codex to build Edge.js, a Node.js runtime for edge computing running inside a WebAssembly sandbox, reducing development from a year to two weeks.

0 favorites 0 likes
#webassembly

datasette-agent-micropython 0.1a0

Simon Willison's Blog · 2026-06-02 Cached

Datasette-agent-micropython 0.1a0 is an early alpha release that integrates Micropython into Datasette, utilizing sandboxing and WebAssembly for safe execution.

0 favorites 0 likes
#webassembly

micropython-wasm 0.1a1

Simon Willison's Blog · 2026-06-02 Cached

micropython-wasm 0.1a1 is an alpha release that ports MicroPython to WebAssembly, enabling Python execution in web browsers with sandboxing capabilities.

0 favorites 0 likes
#webassembly

micropython-wasm 0.1a0

Simon Willison's Blog · 2026-06-02 Cached

micropython-wasm 0.1a0 released, enabling MicroPython to run in WebAssembly environments for sandboxing and portability.

0 favorites 0 likes
#webassembly

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

Simon Willison's Blog · 2026-05-30 Cached

This project demonstrates how to run Python ASGI web applications entirely in the browser using Pyodide and a service worker, intercepting requests under a path and executing them via the ASGI protocol. Examples include FastAPI and the full Datasette app.

0 favorites 0 likes
#webassembly

Theseus: translating win32 to wasm

Lobsters Hottest · 2026-05-27 Cached

Translates Windows executables (win32/x86) to WebAssembly to run in the browser, discussing challenges like blocking vs async design.

0 favorites 0 likes
#webassembly

Saying Goodbye to Asm.js

Hacker News Top · 2026-05-20 Cached

Mozilla's SpiderMonkey engine disables asm.js optimizations by default, marking the end of the technology that paved the way for WebAssembly. Users are encouraged to recompile to WebAssembly for better performance.

0 favorites 0 likes
#webassembly

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

Lobsters Hottest · 2026-05-18 Cached

A deep dive into the architecture of BrowserPod, an in-browser sandbox with a WebAssembly-native kernel that runs Linux-compatible applications entirely client-side. The post covers the kernel's design, disk and networking subsystems, and its ability to run tools like Claude Code in the browser.

0 favorites 0 likes
#webassembly

Make ZIP files smaller with ZIP Shrinker

Hacker News Top · 2026-05-17 Cached

ZIP Shrinker is a browser tool that reduces ZIP file sizes by recompressing with libdeflate, removing metadata and directory entries, and works with formats like APK and EPUB.

0 favorites 0 likes
#webassembly

@Barret_China: The team put the Claude Code source code into a WebAssembly runtime, also bundled Node.js and Python environments, and now you can happily use Claude Code directly on the web. Four layers of work were done based on the Claude Code source code…

X AI KOLs Timeline · 2026-05-16 Cached

The team ported the Claude Code source code to the WebAssembly runtime, bundling Node.js and Python, and achieved running Claude Code directly in the browser, including a terminal UI and a local-like isolated execution environment.

0 favorites 0 likes
#webassembly

I built Capsule Bash, a sandboxed Bash made for agents without setup

Reddit r/ArtificialInteligence · 2026-05-14

Capsule Bash is a sandboxed Bash environment for AI agents, offering secure WebAssembly-based isolation and enriched command feedback without complex setup.

0 favorites 0 likes
#webassembly

Hoot 0.9.0 released

Lobsters Hottest · 2026-05-14 Cached

Hoot 0.9.0, a Scheme to WebAssembly compiler backend for Guile, has been released with new features and bug fixes, including DWARF support, standard Wasm exceptions, and a game jam template for the Lisp Game Jam.

0 favorites 0 likes
#webassembly

Integrating 3D Heat Equation into a PINN for Real-Time Aerospace Simulation (C++ WASM Engine)[P]

Reddit r/MachineLearning · 2026-05-14

Met-Shield is an open-source re-entry simulator that uses a Physics-Informed Neural Network (PINN) to predict thermal gradients on a spacecraft shield, integrated into a C++ WebAssembly engine for real-time browser performance. The project addresses robustness over traditional solvers but faces convergence issues during high heat flux phases.

0 favorites 0 likes
#webassembly

Dart Live, a compiler, VM, analyzer and hot reload on the web via Wasm

Lobsters Hottest · 2026-05-13 Cached

Dart Live enables running the Dart compiler, VM, and analyzer entirely in the browser via WebAssembly, supporting stateful hot reload without a server.

0 favorites 0 likes
#webassembly

Docker images are MB; a full game engine compiles to 35MB WASM

Hacker News Top · 2026-05-09 Cached

The author compares the compact 35MB size of a WebAssembly-compiled Godot game engine to typical Docker base images, questioning why WASM adoption remains limited despite its significant size and deployment advantages.

0 favorites 0 likes
#webassembly

Thoughts on WebAssembly as a stack machine

Eli Bendersky · 2026-04-30 Cached

This blog post responds to the claim that WebAssembly is not a pure stack machine by discussing its design with locals and comparing it to Forth, arguing that it still fits the definition of a stack machine and that its register-like locals improve readability and performance.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback