webassembly

Tag

Cards List
#webassembly

Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite

Lobsters Hottest · 12h ago Cached

This post announces the first working version of the Numba JIT compiler running entirely in the browser with JupyterLite and WebAssembly, showing ~250x speedups over standard Python and enabling a full scientific Python stack on static websites.

0 favorites 0 likes
#webassembly

@boshen_c: Published Oxc packages that run on Cloudflare Workers using the wasm32-wasip1 target. Demo:

X AI KOLs Timeline · 2d ago Cached

Oxc packages now run on Cloudflare Workers using the wasm32-wasip1 target, with live demos and deployment instructions.

0 favorites 0 likes
#webassembly

Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers

Lobsters Hottest · 5d ago Cached

Cloudflare announces Kitesurf, an agent-first browser that runs entirely on Cloudflare Workers in V8 isolates, designed to be more efficient than Chromium for AI agent tasks like screenshots and HTML extraction. It is available for free in beta in Browser Run.

0 favorites 0 likes
#webassembly

@QingQ77: Transferring files between two devices that can't access the internet is too troublesome, so just have the sender encode the file into a set of dynamic QR codes, and the receiver can scan the screen once to receive it. https://github.com/deedy/qr-data-transfer…

X AI KOLs Timeline · 2026-08-04 Cached

QRFerry is an open-source browser-based tool that transfers files between two offline devices by encoding data as a live animated QR stream, using RaptorQ fountain coding and WebAssembly.

0 favorites 0 likes
#webassembly

weblings: Compiling Rust to WASM from inside WASM

Lobsters Hottest · 2026-07-24 Cached

Weblings is a Rust compiler toolchain compiled to WebAssembly, enabling compilation and execution of Rust code directly in the browser via a web UI with a playground and Rustlings exercises.

0 favorites 0 likes
#webassembly

agentOS

Product Hunt · 2026-07-21

agentOS is a 254× cheaper sandbox alternative powered by WebAssembly, designed for secure code execution.

0 favorites 0 likes
#webassembly

GC and Exceptions in Wasmtime

Hacker News Top · 2026-07-20 Cached

Wasmtime 47 enables Wasm GC and exceptions proposals by default, making it easier for high-level languages with garbage collection and exceptions to target WebAssembly efficiently.

0 favorites 0 likes
#webassembly

SQLite Query Explainer

Simon Willison's Blog · 2026-07-18 Cached

A browser-based tool that runs SQL queries against SQLite and provides plain-English explanations of the query plan and bytecode output.

0 favorites 0 likes
#webassembly

Firefox in WebAssembly

Simon Willison's Blog · 2026-07-16 Cached

Puter compiled Firefox to WebAssembly, enabling it to run inside another browser via a WebSocket proxy using the Wisp protocol. The demo, estimated to cost $25,000 in AI tokens, features end-to-end encryption and a public repository.

0 favorites 0 likes
#webassembly

Mermaid to ASCII art (mermaid-ascii)

Simon Willison's Blog · 2026-07-16 Cached

A web tool that converts Mermaid diagram syntax into ASCII and Unicode box-drawing art, rendered entirely in the browser using a Go library compiled to WebAssembly. Supports flowcharts, sequence diagrams, colors, and customizable output.

0 favorites 0 likes
#webassembly

Mermaid to Unicode box art (grok-mermaid)

Simon Willison's Blog · 2026-07-16 Cached

Simon Willison built a browser-based tool using WebAssembly to convert Mermaid diagrams into Unicode box art, inspired by an open-sourced Rust component from the Grok CLI coding agent.

0 favorites 0 likes
#webassembly

Show HN: Firefox in WebAssembly

Hacker News Top · 2026-07-15 Cached

Firefox is compiled to run in WebAssembly, using WebGL-based rendering and an experimental JS-to-WASM JIT, with web content proxied through a Puter-hosted Wisp server.

0 favorites 0 likes
#webassembly

@cloneofsimo: GPT 5.6 Sol made complete mujoco-like physics engine from scratch: gym-like api, c++ implemented, native headless rende…

X AI KOLs Timeline · 2026-07-14 Cached

LavenderSim is a Python-first robotics simulation engine with a C++ core and web visualization, built almost entirely by GPT-5.6 Sol. It allows defining environments in Python without XML.

0 favorites 0 likes
#webassembly

@CycleDecoded: Freeloaders Rejoice! Who's still foolishly paying for memberships on those shady PDF websites? Just stumbled upon an insane project on GitHub that's about to blow up that business model. It's called PDFCraft, a purely open-source beast. It packs over 90 professional PDF tools directly into a web page. The craziest part is it runs entirely locally...

X AI KOLs Timeline · 2026-07-11 Cached

PDFCraft is an open-source PDF toolkit offering over 90 features, running entirely locally in the browser without uploading any files, ensuring data security and free use.

0 favorites 0 likes
#webassembly

@huihoo: NASA open-sources an aviation-standard WebAssembly interpreter written in Rust https://github.com/nasa/spacewasm Recently, there have been many open-source projects rewritten or reimplemented in #Rust; hold on tight!

X AI KOLs Timeline · 2026-07-11 Cached

NASA has open-sourced SpaceWasm, a WebAssembly interpreter written in Rust that meets aviation standards, designed for spacecraft onboard environments, supporting streaming decoding and deterministic memory allocation.

0 favorites 0 likes
#webassembly

Adding Go to a browser code runner

Lobsters Hottest · 2026-07-10 Cached

The author details the challenges and solution for adding Go as a language to a browser-based code runner (dailyprog), explaining why the standard GOOS=js approach fails in a V8 isolate and how using GOOS=wasip1 with a minimal WASI host shim succeeds.

0 favorites 0 likes
#webassembly

SpaceWASM: NASA/JPL's Wasm interpreter for spacecraft sequencing

Lobsters Hottest · 2026-07-08 Cached

SpaceWASM is an open-source WebAssembly interpreter from NASA/JPL designed for on-board spacecraft sequencing, with a focus on deterministic memory usage and streaming capabilities for resource-constrained environments.

0 favorites 0 likes
#webassembly

The best WebAssembly runtime may still be no runtime at all

Lobsters Hottest · 2026-07-08 Cached

The article benchmarks the WebAssembly-to-C approach using wasm2c with wide arithmetic support, demonstrating that it remains competitive with dedicated WebAssembly runtimes like Wasmer and Wasmtime in both speed and memory usage.

0 favorites 0 likes
#webassembly

Show HN: Nectar, a Rust-like React that compiles to WebAssembly

Hacker News Top · 2026-07-06 Cached

Nectar is a new web framework that compiles Rust-like code to WebAssembly, eliminating JavaScript dependencies with O(1) signal updates and zero-dependency builds.

0 favorites 0 likes
#webassembly

Show HN: KiCad in the Browser

Hacker News Top · 2026-07-05

KiCad, the open-source PCB EDA suite, is now available in the browser via PCBJam from Emergence Engineering, using WebAssembly, WebGL, and threaded emulation to achieve near-native performance.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback