Adding Full-Text Search to Blazor WebAssembly with Pagefind
Learn how to add full-text search to a Blazor WebAssembly app using Pagefind, a static-site search tool, with a step-by-step guide.
Learn how to add full-text search to a Blazor WebAssembly app using Pagefind, a static-site search tool, with a step-by-step guide.
Interactive browser tool that explains SQLite query execution with plain-English annotations for EXPLAIN and EXPLAIN QUERY PLAN output.
Puter compiles Firefox to WebAssembly, enabling a full browser to run inside another browser with encrypted WebSocket proxying.
A blog post about compiling Firefox to WebAssembly, allowing it to run inside another browser with a live demo.
Converts Mermaid diagrams to ASCII/Unicode box-drawing art in the browser using Go compiled to WebAssembly.
A tool that converts Mermaid diagrams to ASCII art in the browser using Go compiled to WebAssembly, supporting flowcharts and sequence diagrams.
Converts Mermaid diagram syntax to Unicode box art in the browser using WebAssembly.
A browser-based tool converting Mermaid diagrams to Unicode box art using WebAssembly and Rust.
Explores WasmGC in Wasmtime, a WebAssembly runtime for cloud sandboxing, and its impact on garbage-collected languages.
Release of micropython-wasm 0.1a2, a Python library for running a MicroPython sandbox using WebAssembly, with a new CLI.
Release of micropython-wasm 0.1a2, a Python library for running MicroPython sandboxes using WebAssembly with a new CLI.
Using MicroPython compiled to WebAssembly to run Python code in a secure sandbox for plugins.
Exploring a Python code sandbox using MicroPython compiled to WebAssembly for safe plugin execution.
Announcing datasette-agent-micropython 0.1a0, a MicroPython WASM sandbox for safe code execution in Datasette Agent.
Announcement of micropython-wasm 0.1a1, a Python library for running MicroPython sandboxes using WebAssembly.
Announcement of micropython-wasm 0.1a1, a Python library for running a MicroPython sandbox using WebAssembly.
Announcing micropython-wasm 0.1a0, a Python library for running MicroPython in a WebAssembly sandbox via wasmtime.
Simon Willison announces micropython-wasm 0.1a0, a Python library to run MicroPython in a WebAssembly sandbox via wasmtime.
Running Python ASGI apps in the browser using Pyodide and a service worker, eliminating backend servers.
Discussion on whether WebAssembly is a true stack machine, comparing it to Forth and analyzing its design.