Almanac
technique

WebAssembly

techniqueactivewebassembly-de602b69·3 events·first seen 28d ago

Aliases: WebAssembly

Co-occurring entities

More like this (12)

Recent events (3)

4Simon Willison'S Weblog·11d ago·source ↗

Simon Willison on sandboxed Python execution via MicroPython and WASM

Simon Willison documents a technique for running Python code in a sandboxed environment using MicroPython compiled to WebAssembly (WASM). The approach is relevant to AI agent and tool-use contexts where safe code execution is needed. This is a practical engineering post from a respected practitioner voice.

5Hugging Face Blog·28d ago·source ↗

Gradio-Lite: Serverless Gradio Running Entirely in Your Browser

Gradio-Lite enables running Gradio ML demo applications entirely in the browser using Pyodide (Python compiled to WebAssembly), eliminating the need for a server backend. This allows developers to embed interactive ML interfaces directly in static web pages with no infrastructure costs. The approach leverages WebAssembly to execute Python and ML inference client-side, though with limitations on supported libraries and performance.

4Hugging Face Blog·28d ago·source ↗

Making ML-powered web games with Transformers.js

This Hugging Face blog post demonstrates how to build machine learning-powered web games using Transformers.js, enabling in-browser inference without a server backend. The post covers practical implementation patterns for running transformer models directly in the browser via WebAssembly and WebGL. It serves as both a tutorial and a showcase of client-side ML deployment capabilities.