# wasm Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/wasm
> Markdown URL: https://aitinkerers.org/technologies/wasm.md
> Technology record last updated: 2026-09-18T15:13:48Z
> Generated: 2026-09-21T11:43:27Z

A binary instruction format for a stack-based virtual machine that executes code at near-native speed across all major browsers.

WebAssembly (Wasm) provides a high-performance compilation target for languages like C++, Rust, and Go, enabling complex applications—think AutoCAD or Google Earth—to run in the browser without plugins. It operates alongside JavaScript within the same security sandbox, utilizing a compact binary format that minimizes download times and maximizes execution efficiency. With support from the W3C and all four major browser engines, Wasm is the industry standard for bringing heavy-duty computational workloads to the web.

- Official technology site: https://webassembly.org
- Public AI Tinkerers demos and talks: 4
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Here be Dragons -- agentic programming the hard stuff](https://durango.aitinkerers.org/talks/rsvp_MlGmL7fmWYg)

I made an operating system/kernel! We'll talk about pushing agentic programming solidly outside the mainstream, how well it deals with very demanding projects, what methods of guiding the LLM worked best for me, and how to approach projects that are neither one-shot nor vibecoding compatible. Demo: the kernel in a VM. We'll skim my Fable chat logs for studying and deciding software architecture, as concrete examples of how to form short to the point prompts that get results.

- Event context: AI Tinkerers Durango — September Lunch Builder Meetup — 2026-09-15 — Durango
- Public talk page: https://durango.aitinkerers.org/talks/rsvp_MlGmL7fmWYg

### [SaveSora: Downloading &amp;amp; Watermark Removal for OpenAI Sora Videos](https://dc.aitinkerers.org/talks/rsvp_zio-5LxaGn4)

SaveSora is a free web tool that breaks through OpenAI Sora's download restriction. Sora only lets you download your own videos — SaveSora lets you grab any publicly shared Sora video via link, view its original generation prompt, and remove the Sora 2 watermark automatically. No login, no fees, works in the browser instantly.

- Event context: AI Tinkerers x Softengi - DC Metro Meetup - April 9th, 2026 — 2026-04-09 — DC
- Public talk page: https://dc.aitinkerers.org/talks/rsvp_zio-5LxaGn4

### [Recursive Language Model with Nix and wasm](https://columbus.aitinkerers.org/talks/rsvp_LDGNgq0ctYw)

My weekend project was to see if I could replace the python notebook REPL implementation with nix. Turns out it only made sense for the explorer to use predefined nix-shell functions. So that the model could still freely write code I later added a wasm sandbox to run generated code over the input data.

- Event context: AI Tinkerers - Columbus March Meetup — 2026-03-02 — Columbus
- Public talk page: https://columbus.aitinkerers.org/talks/rsvp_LDGNgq0ctYw

### [Securing Agent Swarms: Detection &amp; Enforcement at the Tool Boundary (OpenClaw + Beyond)](https://nyc.aitinkerers.org/talks/rsvp_a6syk3sS0cc)

Agentic coding isn’t “one process on one host” anymore. It’s a swarm of local and hosted planners/coders/reviewers using tools that touch files, run commands, and egress to the internet. The security boundary isn’t the prompt; it’s the tool boundary where intent becomes action. In this session I’ll do a walkthrough of a practical “SDR” layer for OpenClaw-style workflows: - Policy enforcement on filesystem + command execution (path allow/deny, traversal hardening, safe defaults) - Network egress control (where requests can go, CONNECT/TLS sanity checks, blocking risky sequences) - Signed receipts / audit trails so you can replay, diff, and prove what actually happened during a run - A small demo of writing a policy and watching it block + record tool calls in real time

- Event context: 🦞Demo Night: OpenClaw ft Convex — 2026-02-17 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_a6syk3sS0cc

## Related Technologies

- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
- [Rust](https://aitinkerers.org/technologies/rust) ([Markdown](https://aitinkerers.org/technologies/rust.md)) — 56 public demos
- [WebAssembly](https://aitinkerers.org/technologies/webassembly) ([Markdown](https://aitinkerers.org/technologies/webassembly.md)) — 11 public demos
- [Claude](https://aitinkerers.org/technologies/claude) ([Markdown](https://aitinkerers.org/technologies/claude.md)) — 173 public demos
- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 215 public demos
- [Claude Fable](https://aitinkerers.org/technologies/claude-fable) ([Markdown](https://aitinkerers.org/technologies/claude-fable.md)) — 1 public demo
- [Cloudflare Workers](https://aitinkerers.org/technologies/cloudflare-workers) ([Markdown](https://aitinkerers.org/technologies/cloudflare-workers.md)) — 22 public demos
- [FFmpeg](https://aitinkerers.org/technologies/ffmpeg) ([Markdown](https://aitinkerers.org/technologies/ffmpeg.md)) — 16 public demos
- [Nix](https://aitinkerers.org/technologies/nix) ([Markdown](https://aitinkerers.org/technologies/nix.md)) — 3 public demos
- [OpenAI](https://aitinkerers.org/technologies/openai) ([Markdown](https://aitinkerers.org/technologies/openai.md)) — 112 public demos
- [OpenAI Sora](https://aitinkerers.org/technologies/openai-sora) ([Markdown](https://aitinkerers.org/technologies/openai-sora.md)) — 2 public demos
- [OpenClaw](https://aitinkerers.org/technologies/openclaw) ([Markdown](https://aitinkerers.org/technologies/openclaw.md)) — 50 public demos
- [OpenCode](https://aitinkerers.org/technologies/opencode) ([Markdown](https://aitinkerers.org/technologies/opencode.md)) — 12 public demos
- [Opus](https://aitinkerers.org/technologies/opus) ([Markdown](https://aitinkerers.org/technologies/opus.md)) — 7 public demos
- [REPL](https://aitinkerers.org/technologies/repl) ([Markdown](https://aitinkerers.org/technologies/repl.md)) — 1 public demo
- [RLM](https://aitinkerers.org/technologies/rlm) ([Markdown](https://aitinkerers.org/technologies/rlm.md)) — 1 public demo
- [Tokio](https://aitinkerers.org/technologies/tokio) ([Markdown](https://aitinkerers.org/technologies/tokio.md)) — 3 public demos
- [TypeScript](https://aitinkerers.org/technologies/typescript) ([Markdown](https://aitinkerers.org/technologies/typescript.md)) — 205 public demos
