wasm

Tag

Cards List
#wasm

F3

Hacker News Top · 2d ago Cached

F3 is a next-generation open-source data file format that uses embedded WebAssembly decoders for interoperability and extensibility, addressing limitations of legacy formats like Parquet. It is currently a research prototype from a paper published in ACM.

0 favorites 0 likes
#wasm

Performance of WebAssembly runtimes in 2026

Lobsters Hottest · 2d ago Cached

This article benchmarks the performance of various WebAssembly runtimes (WAVM, WasmEdge, WAMR, wasm2c, Wasmer, Wasmtime, Wazero, Node, Bun) using the libsodium crypto library, comparing versions from 2024, 2025, and 2026. Results show that WAVM, WasmEdge (with AOT), WAMR (AOT), wasm2c, Wasmer, and Wasmtime achieve near-native performance for CPU-bound crypto, while wide_arithmetic instructions benefit crypto code.

0 favorites 0 likes
#wasm

Show HN: Make PDFs look scanned (CLI or in the browser via WASM)

Hacker News Top · 5d ago Cached

A CLI and browser-based tool that converts PDFs into image-only PDFs with simulated scan effects like skew, grayscale, noise, and JPEG artifacts, using Go and WebAssembly.

0 favorites 0 likes
#wasm

Publishing WASM wheels to PyPI for use with Pyodide

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

PyPI now supports publishing WebAssembly wheels for Pyodide, allowing package maintainers to distribute their own WASM packages directly. The article demonstrates this with the luau-wasm package.

0 favorites 0 likes
#wasm

luau-wasm 0.1a0

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

luau-wasm 0.1a0, a WebAssembly build of the Luau scripting language, has been released.

0 favorites 0 likes
#wasm

Ported my C game to WASM, here's everybug that I hit

Hacker News Top · 2026-06-12 Cached

A developer shares their experience porting a C game to WebAssembly, detailing bugs encountered due to 32-bit vs 64-bit differences and offering debugging tips.

0 favorites 0 likes
#wasm

WASI 0.3.0 Released

Hacker News Top · 2026-06-12 Cached

WASI 0.3.0 (Preview 3) has been released, replacing earlier explicit streams and polling interfaces with native async functionality via the component model's future and stream types.

0 favorites 0 likes
#wasm

Building an Open Source Edge Semantic Cache for LLMs in Rust/WASM – Sanity check on the architecture? [D]

Reddit r/MachineLearning · 2026-06-12

Proposes building an open-source, lightweight semantic cache for LLMs using Rust/WASM at the CDN edge to reduce latency and API costs, seeking community feedback on architecture and use-case validity.

0 favorites 0 likes
#wasm

[browser-use-wasm] I made a browser-use agent that runs in WASM at zero cost

Reddit r/LocalLLaMA · 2026-06-12

A developer built a self-contained browser-use agent that runs entirely in WASM/WebGPU at zero server cost, enabling full webpage control via natural language prompts.

0 favorites 0 likes
#wasm

@NathanWilbanks_: this is what a real AGI loop looks like: 6+ hours agent runtime 240M+ tokens 86%+ cache hit 500+ tool calls $125 spent …

X AI KOLs Timeline · 2026-06-08 Cached

An AI agent named Annie autonomously recompiled a Pokémon Ruby GBA ROM into a full hybrid WASM recompiler and GBA runtime, completing a task that would normally take an expert team months and cost tens of thousands of dollars.

0 favorites 0 likes
#wasm

Entropy

Lobsters Hottest · 2026-06-07 Cached

A technical blog post exploring randomness, Linux entropy, and building a tool called morerandom that uses WASM plugins to feed the system entropy pool.

0 favorites 0 likes
#wasm

Office-open-xml-viewer: Office XML document viewer that renders to HTML Canvas

Hacker News Top · 2026-06-07 Cached

A browser-based viewer for Office Open XML documents (DOCX, XLSX, PPTX) that renders to HTML Canvas, built with Rust/WASM parsers and TypeScript renderers, and generated by Anthropic's Claude AI.

0 favorites 0 likes
#wasm

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
#wasm

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
#wasm

Amber Tree: A Middle Ground Between Rowan Red and Green Trees

Hacker News Top · 2026-06-05 Cached

Introduces Amber Tree, a new syntax tree design that balances API convenience and performance between rowan's red and green trees, achieving up to 50% speedup in benchmarks.

0 favorites 0 likes
#wasm

Show HN: Rscrypto, pure-Rust crypto with industry leading public benches

Hacker News Top · 2026-06-03 Cached

rscrypto is a pure-Rust cryptography library that provides RSA, Ed25519, X25519, AEADs, hashes, KDFs, and more, with a focus on portability, no_std support, and industry-leading benchmarks.

0 favorites 0 likes
#wasm

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
#wasm

@llama_index: When we say “LiteParse runs everywhere,” we mean it. Our WASM package is lightweight, minimal, and built for browser an…

X AI KOLs Timeline · 2026-05-29 Cached

LiteParse is a lightweight WASM-based PDF parser designed for browser and edge runtimes like Cloudflare Workers, enabling efficient document parsing in edge environments.

0 favorites 0 likes
#wasm

Wterm – Terminal Emulator for the Web

Hacker News Top · 2026-05-29 Cached

Wterm is a terminal emulator for the web, built in Zig and compiled to WASM for near-native performance, with native text selection, copy/paste, find, and accessibility.

0 favorites 0 likes
#wasm

@nicodotdev: Everything you always wanted to know about Transformers.js, in one video. I made a deep dive into how AI models run fro…

X AI KOLs Following · 2026-05-27 Cached

A deep dive video explaining how AI models run from JavaScript using Transformers.js, covering tensors, ONNX, quantization, WebGPU/WASM, and more.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback