web-assembly
Converting files online has always been a painful trade-off: either you upload confidential PDFs and images to opaque cloud servers, or you pay hefty subscriptions for slow desktop software. To solve this, we built LetsConvert.org — a modern, privacy-first online converter suite supporting 8,500+ file and unit conversion pairs with client-side WebAssembly processing. 🔒 The Architecture: Why Clien…
I exported a game skeleton to WebAssembly a few hours ago and was surprised by the artifact size. Full 3D engine – GL Compatibility renderer, Jolt physics, GDScript runtime, Ink narrative interpreter. The binary: 35MB. Runs in any browser, zero install. Facebook’s homepage loads 44MB. The game engine is 35MB. # Try it Fullscreen, WASD, Esc. # The thing that weighs less than a base image python:3.…

I had a recurring frustration: I needed to mute a video before sharing it. Every tool I found either uploaded the file to a server, added a watermark, or required me to create an account. I know a single FFmpeg command handles this in milliseconds. But most people are not going to open a terminal for something like this. So I built Remove Audio — a free, browser-based tool that strips the audio f…






