Browsing Tag
webassembly
16 posts
瀏覽器跑 LLM 的實際體感與骨感限制
直接在瀏覽器跑 LLM,既兼顧隱私又不用複雜的GPU設定,太完美了吧? 從 WebLLM 到 Transformers.js,前端社群有一群反骨仔吹起一股「邊緣 LLM」的熱潮,可是,當真正將模型落地到使用者的瀏覽器時,第一個面對的考驗就是,WebGPU 真的有比 WASM 快嗎? 這陣子實測的結論比想像中更加戲劇化, 500M 以下的微型模型,WASM 反而快了 12%,但是對於 3B 以上的大模型,WASM 直接變成悲劇,直接讓Chrome撞的頭破血流(Chrome…
I Built a Cellular Automata Explorer in WebAssembly — Here Are 21 Visual Experiments
The project Over 21 days in May 2025, I used cellular automata as a daily sketchbook: one tool,…
16 Patterns for Crossing the WebAssembly Boundary (And the One That Wants to Kill Them All)
WebAssembly is fast. We all know that by now. What almost nobody talks about is the hidden toll…
The Power of HTML – Part 22: The Future of HTML: WebAssembly, AI Integration, and Predictions
Welcome to the grand finale, HTML trailblazers! 🎉 We’ve journeyed far in our The Power of HTML series—from…
🧠 From 2,500 to 1,000,000 Particles: Supercharging a Three.js Demo with WebAssembly
When I first explored the classic webgl_points_waves demo in Three.js, I was amazed by the simplicity and elegance…
Run AI Models Entirely in the Browser Using WebAssembly + ONNX Runtime (No Backend Required)
Most devs assume running AI models requires Python, GPUs, or cloud APIs. But modern browsers are capable of…
Configuring Wasm On Azure Kubernetes Service (AKS)
When it comes to deploying new workloads, new companies emerging and needing to deploy application stacks, or moving…
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
It’s clear WebAssembly is one of the more popular up-and-coming technologies out there. Its promise, a universal executable…
Implement React v18 from Scratch Using WASM and Rust – [24] Suspense(1) – Render Fallback
Based on big-react,I am going to implement React v18 core features from scratch using WASM and Rust. Code…
Implement React v18 from Scratch Using WASM and Rust – [22] Implement memo
Based on big-react,I am going to implement React v18 core features from scratch using WASM and Rust. Code…