Isola¶
Isola runs untrusted workloads inside reusable WebAssembly sandboxes.
Host APIs run in your Python or Node.js process. Guest APIs run inside the sandbox.
Start Here¶
- Embedding from Python: Quick Start or Python Host API
- Embedding from Node.js: Quick Start or Node.js Host API
- Writing guest code: Python Guest API or JavaScript Guest API
- Building an LLM code-execution tool: Code Mode