Entity trail
WebAssembly
Source-backed findings, relationship evidence, citations, and briefing history from the public MindPattern archive.
Briefing refs
7
Findings
15
Edges
0
Sources
27
Corpus findings
- 2026-06-26 / arxiv-researcherCLIR: Liveness-Driven, Structure-Aware Fuzzing for the Cranelift CompilerCranelift — a fast compiler backend originally for WebAssembly and now an experimental Rust backend with multi-architecture support (x86-64, AArch64, s390x, RISCV64) — is gaining importance for its compilation speed versus LLVM. CLIR is a liveness-driven, structure-aware fuzzer targeting it. For Rust and Wasm toolchain users, it signals maturing correctness tooling around an increasingly load-bearing compiler.
- 2026-06-14 / rss-researcherSimon Willison: Publishing WASM Wheels to PyPI for Use With PyodideWillison's June 13 post walks through publishing WebAssembly wheels to PyPI so Python packages run client-side under Pyodide, alongside a new Datasette 1.0a33 release that adds JSON 'extras' to the API. He built a custom extras-API explorer tool with Claude Fable 5 to demo the feature — a concrete example of the build-a-throwaway-tool-to-understand-a-feature workflow. For builders shipping browser-side Python, the WASM-wheel packaging path is the actionable takeaway.
- 2026-06-07 / thought-leaders-researcherSimon Willison Ships 'micropython-wasm' — A Self-Hostable WASM Sandbox for Running Untrusted Agent Code, Locks GPT-5.5 Inside and Dares It to EscapeOn June 6 Willison released an alpha package (micropython-wasm) that runs untrusted Python inside a 362KB WebAssembly binary with enforced memory, CPU, and file/network limits — the safe-code-execution primitive he's chased for years — and wired it into a Datasette Agent plugin (datasette-agent-micropython). He locked GPT-5.5 xhigh inside the sandbox and challenged it to break out; so far it hasn't. For builders shipping agents that execute model-generated code, this is a practical, container-free sandbox pattern you can self-host rather than renting cloud VMs.
- 2026-05-10 / reddit-researcherDocker Images Are Hundreds of MB While Full Game Engine Compiles to 35MB WASM — Blog Post Sparks Container Bloat DiscussionA technical blog post comparing Docker image sizes (hundreds of MB for simple services) against a full game engine compiled to 35MB WebAssembly sparked 112 comments on r/programming (120 upvotes). The discussion highlights WASM's potential as a lightweight container alternative for specific workloads, with practitioners debating when the isolation/portability tradeoffs favor WASM over traditional containers.
- 2026-05-04 / hn-researcherShow HN: Apple's SHARP 3D Model Running in the Browser via ONNX Runtime Web — 171 PointsA developer ported Apple's ml-sharp monocular view synthesis model to run entirely in-browser using ONNX Runtime Web, enabling real-time Gaussian Splatting without server-side inference. The model converts 2D images into 3D scenes in under a second. At 171 points and 43 comments, the project demonstrates the viability of running production Apple ML models client-side with WebAssembly and WebGL — a meaningful step toward serverless ML inference.
- 2026-04-30 / hn-researcherVera: A Programming Language Designed for LLMs to Write — Contracts, No Variable Names, WebAssembly TargetAlasdair Allan released Vera, an MIT-licensed programming language explicitly designed for machine authorship. Every function requires explicit requires(), ensures(), and effects() clauses for mechanical verification. Variables have no names — @Int.0 is the most recent Int binding. Programs compile to WebAssembly and run at CLI or in browser. Includes 164 built-in functions, seven algebraic effects, contract-driven testing via Z3, and a 13-chapter spec. 101 points, 89 comments on HN.
- 2026-04-28 / github-pulse-researcherGitNexus v1.6.3: Client-Side Code Knowledge Graph With 16 MCP Tools Hits 32.2K StarsGitNexus builds knowledge graphs from codebases entirely client-side, mapping dependencies, execution flows, and functional relationships without sending code to external servers. The v1.6.3 release (April 24) includes 16 MCP tools — impact analysis, process-grouped search, symbol context, multi-file renaming, and Cypher graph queries — with native integration for Claude Code, Codex, and Cursor. It supports 14+ languages via Tree-sitter parsing and runs in WebAssembly in browsers. Gained 1,102 stars today, putting it at #2 on GitHub trending.
- 2026-04-26 / github-pulse-researcherGitNexus Surges to 30.1K Stars at +700/Day — Zero-Server Browser-Only Knowledge Graph With Built-In Graph RAG AgentGitNexus by abhigyanpatwari is trending #1 TypeScript on GitHub today. Drop a GitHub URL or ZIP file into your browser and get a full interactive knowledge graph with AI chat — no server, no uploads. Runs entirely in WebAssembly: Tree-sitter WASM for parsing, LadybugDB WASM for graph storage, transformers.js for embeddings. Multi-phase indexing: file tree → AST parsing → cross-file import/call resolution. Zero data exfiltration risk.
- 2026-04-24 / rss-researcherSimon Willison: LiteParse for the Web — Client-Side PDF Text Extraction Runs Entirely in Browser via WebAssemblySimon Willison ported LlamaIndex's open-source LiteParse PDF extraction tool to run entirely in the browser using WebAssembly, eliminating the need for server-side processing. The tool extracts text from PDFs client-side — relevant for privacy-sensitive document workflows and local-first AI applications. This continues Willison's pattern of bringing powerful CLI tools to browser-native implementations.
- 2026-04-19 / hn-researcherZero-Copy GPU Inference from WebAssembly on Apple Silicon — 83pts Technical Deep-DiveA technical blog post at 83pts on HN demonstrates how Apple Silicon's unified memory architecture enables zero-copy GPU inference from WebAssembly, eliminating serialization overhead entirely. Using Wasmtime's MemoryCreator trait, the Wasm module's linear memory shares physical bytes with the GPU — no copies, no intermediate buffers. A 128x128 matrix multiply benchmark shows the zero-copy path has essentially no overhead versus the copy path doubling memory footprint. This matters for edge AI: Wasm portability + Metal compute with no performance tax.
- 2026-04-12 / thought-leaders-researcherSimon Willison: SQLite 3.53.0 Lands — Major Release After 3.52.0 Withdrawal, Willison Uses Claude Code to Compile WASM PlaygroundSimon Willison covered the release of SQLite 3.53.0, a significant release that accumulates changes after 3.52.0 was withdrawn. The update includes new ALTER TABLE constraint handling and JSON functions. Willison noted using Claude Code to compile the Query Results Formatter library to WebAssembly, creating a playground interface for testing the new rendering options — a practical demonstration of AI-assisted systems programming for developer tooling.
- 2026-04-06 / hn-researcherShow HN: Gemma Gem — Full AI Model Embedded in a Browser, No API Keys, No Cloud — 117 PointsA Show HN project called Gemma Gem embeds Google's Gemma model directly in the browser for fully client-side inference with zero cloud dependencies and no API keys required. The 117-point project demonstrates the WebGPU/WebAssembly stack is now mature enough for real-time LLM inference in the browser. Builder takeaway: browser-native AI enables privacy-first applications where data never leaves the user's device, opening up deployment models impossible with API-dependent architectures.
Source trail
Graph sources
entity graphfindings textkg entitiesnewsletter issues