Wasmer's Swift SDK brings sandboxed Python, Node.js and FFmpeg running fully on-device on iOS
jedisct1 · x · 2026-09-24
Wasmer released Swift bindings for its SDK targeting iOS 27+ and macOS, letting Swift apps embed sandboxed runtimes: run Python (Flask, Django, FastAPI), start Node.js servers (Express, Next.js), process video with FFmpeg, or download with yt-dlp — fully on-device, no external servers, near-native speed.
Key technical detail: shipping a JIT compiler on iOS is restricted (only enabled for Europe), so Wasmer builds on the WebAssembly engine already inside WebKit — no bundled JIT needed. The API matches its Rust/Python/JavaScript SDKs: create sandbox, load package, run command.
The team also open-sourced WasmerShell, a native iOS terminal demo that installs dependencies and runs anything Wasmer can, right on the phone.
More from Infra
- Dev Tests Local Embedding Alternative Against Jev API: Faster, Private, Free — allisonmaybe · 2026-09-24
- Running Qwen 3.8 Flash Next With 130k Context on 16GB VRAM at 15-20 t/s — AvidCyclist250 · 2026-09-24
- Korea's utility asked Samsung and SK Hynix to prepay ~$18B in power bills; both said no — tengyanAI · 2026-09-24
- Bernstein: Only About 35% of Planned North American Data Centers Will Actually Get Built — SumitGup · 2026-09-24
- $8B Annualized Is Nothing: Argument That Outside Views Misread China's AI Investment Scale — teortaxesTex · 2026-09-24
- Read-only MCP servers for Proxmox and pfSense: agents hit the API, not screenshots — Mustela__ · 2026-09-24