WASM sandbox
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
Show HN: Kyushu – A self-hostable WASM sandbox for JavaScript workers
A Self-Hostable Wasm Sandbox for JavaScript Workers Ever wanted to run a Cloudflare Workers-style handler, on a VPS or anywhere, without Node.js, Bun, or even Docker? Kyushu is an open source CLI that lets you write a JavaScript or TypeScript handler, build it into a self-contained WebAssembly binary, and run it anywhere with one command - kyu . No Node, Bun, or Docker - just a single binary - Cloudflare Workers-style API - familiar fetch handler - Self-hostable - runs on a VPS or anywhere -...
Running Python code in a sandbox with MicroPython and WASM
Running Python code in a sandbox with MicroPython and WASM 6th June 2026 I’ve been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characteristics I’ve been looking for. I’ve released it as an alpha package called micropython-wasm, and I’m using it for a code execution sandbox plugin for Datasette Agent called datasette-agent-micropython. - Why do I want a sandbox? -
How we run untrusted customer code at scale
Nango is a code-first platform for building product API integrations. Customers connect their apps to Salesforce, Google Calendar, Slack, and a few hundred other APIs. Much of the code behind those integrations is written by our customers and deployed to us.