wasm

Tag

Cards List
#wasm

jax-js (Website)

TLDR AI · 3d ago Cached

jax-js is an open-source ML library and compiler for the web, bringing JAX-like numerical computing to JavaScript with WebGPU and WebAssembly kernels, all running client-side.

0 favorites 0 likes
#wasm

parakeet.wgsl – Fast, accurate ASR in the browser, via raw WebGPU & SIMD WASM

Reddit r/LocalLLaMA · 5d ago

parakeet.wgsl enables fast, accurate NVIDIA Parakeet TDT 0.6B V2 speech transcription entirely in the browser using raw WebGPU compute shaders and SIMD WASM, with a live demo and open-source library.

0 favorites 0 likes
#wasm

@GitHub_Daily: Feeding PDF documents to large language models, a common practice is to run OCR first and then extract text, but in reality more than half of PDFs are already text-based and don't need OCR at all. The pdf-inspector recently open-sourced by the Firecrawl team can automatically determine whether a PDF is text-based or scanned, and for text-based ones...

X AI KOLs Timeline · 2026-08-05 Cached

The Firecrawl team open-sourced pdf-inspector, a fast Rust library that automatically determines whether a PDF is text-based or scanned, directly extracts text and converts it to Markdown, avoiding unnecessary OCR, supports table and multi-column layout detection, and provides Python/Node.js/Rust/WASM interfaces.

0 favorites 0 likes
#wasm

Simulating TCP loss and congestion in browser using Go/WASM

Hacker News Top · 2026-07-28

This article presents a tool that simulates TCP packet loss and congestion control in the browser using Go compiled to WebAssembly, enabling network resilience testing for web applications.

0 favorites 0 likes
#wasm

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

@Ryrenz: Wow, an open-source editor for cutting 4K video directly in the browser. A newly launched small project that squeezes an entire video editor into ComfyUI. The biggest annoyance for AI video creators is: after generating in ComfyUI, they have to export to another software for editing. ComfyUI-OpenCut lets you…

X AI KOLs Timeline · 2026-07-24 Cached

ComfyUI-OpenCut is a new open-source plugin that integrates a full-featured video editor directly into ComfyUI, allowing multi-track editing, keyframes, effects, and real-time preview in the browser without server-side processing.

0 favorites 0 likes
#wasm

Wanix — Wasm-native Unix sandboxing for the web

Lobsters Hottest · 2026-07-23 Cached

Wanix is a Wasm-native Unix sandboxing tool that lets you run and interact with real Wasm and x86 programs entirely in the browser using Web Components, inspired by Plan 9.

0 favorites 0 likes
#wasm

I think I've solved how to seamlessly share your AI agents with coworkers...or anyone for that matter.

Reddit r/AI_Agents · 2026-07-14

The author presents a pattern for sharing AI agents by compiling them into sealed WASM modules that only import a single inference function, allowing others to run the agent using their own local model without API keys or security risks.

0 favorites 0 likes
#wasm

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

@googledevs: Meet LiteRT.js: @Google’s new Edge AI runtime for the web! We've made it easier to convert from PyTorch to #WebAI using…

X AI KOLs Timeline · 2026-07-09 Cached

Google announces LiteRT.js, a high-performance JavaScript runtime for running AI models directly in the browser using WebAssembly and hardware acceleration, as an evolution from TensorFlow.js.

0 favorites 0 likes
#wasm

NoiseLang: Where N = 5 is a Dirac delta

Lobsters Hottest · 2026-07-08 Cached

NoiseLang is a probabilistic programming language where every value is a distribution. It compiles to efficient Monte Carlo simulations using a JIT compiler and supports conditional inference.

0 favorites 0 likes
#wasm

Satteri: A Markdown pipeline forged in Rust for the JavaScript world

Hacker News Top · 2026-07-07 Cached

Satteri is a Markdown processing pipeline that combines a fast Rust engine with flexible JavaScript plugins, available as WASM for in-browser use.

0 favorites 0 likes
#wasm

Waterfall CAD Playground - A Haskell powered programmable-CAD environment, in the browser with WASM

Lobsters Hottest · 2026-07-07 Cached

A browser-based Haskell-powered programmable CAD environment that runs via WebAssembly, requiring a large WASM blob download.

0 favorites 0 likes
#wasm

Ternlight – 7 MB embedding model that runs in browser (WASM)

Hacker News Top · 2026-07-06 Cached

Ternlight is a 7 MB embedding model that runs in the browser via WASM, enabling fast semantic search without any API calls or servers. It ships as an npm package and can be used in three lines of code.

0 favorites 0 likes
#wasm

@dzhng: Fable created a web version of one of my fav strategy games: Rome Total War. This is about ~20k units, decent fps. Star…

X AI KOLs Following · 2026-07-05 Cached

A web version of Rome Total War was created using Fable and Codex Rust, compiled to WASM and rendered with WebGPU, supporting ~20k units at decent FPS.

0 favorites 0 likes
#wasm

Scheme is a Hoot

Lobsters Hottest · 2026-07-05 Cached

The author shares their experience learning Scheme and using Hoot to compile it to WebAssembly, encountering stability issues but successfully running physics simulations in the browser.

0 favorites 0 likes
#wasm

The Physics of Memory (aka can Javascript ECS?)

Lobsters Hottest · 2026-07-02 Cached

This article presents a detailed benchmark comparing ECS and OOP architectures in JavaScript for a 2D physics simulation, testing memory locality and performance across multiple dimensions including broad-phase algorithms and sorting strategies, with results on an M4 Mac.

0 favorites 0 likes
#wasm

@Kimberl9633: LangChain just released two major updates today, directly pushing agent reliability forward: a unified evaluation stack, and a code execution solution that doesn't require a full sandbox. First, evaluation. How to test long-running, stateful agents? The combination of Harbor + LangSmith provides…

X AI KOLs Timeline · 2026-06-30 Cached

LangChain has released a unified evaluation stack (Harbor + LangSmith) and an in-process code execution solution based on WASM+QuickJS, aimed at improving the evaluation reliability and execution safety of AI agents.

0 favorites 0 likes
#wasm

WATaBoy: JIT-ing Game Boy Instructions to Wasm Beats a Native Interpreter

Lobsters Hottest · 2026-06-29 Cached

The article describes WATaBoy, a Game Boy emulator that uses just-in-time compilation to WebAssembly to achieve performance exceeding that of a native interpreter, serving as a proof-of-concept for JIT-to-Wasm in emulation.

0 favorites 0 likes
#wasm

@tom_doerr: Modular GraphRAG implementation in Rust with WebGPU acceleration support. https://github.com/automataIA/graphrag-rs…

X AI KOLs Timeline · 2026-06-27 Cached

A modular, high-performance Rust implementation of GraphRAG (Graph-based Retrieval Augmented Generation) with support for WebGPU acceleration and three deployment architectures: server-only, WASM-only (client-side), and hybrid.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback