Create a runtime
A
NodeRuntime executes JavaScript in an isolated V8 sandbox with its own virtual filesystem, module system, and permissions.Kernel API
For multi-process workloads (shell commands, child processes, inter-process communication), use the kernel API. This requires both a Node.js runtime and a shell runtime (WasmVM).Next steps
SDK Overview
Full tour of the API surface and core concepts.
Permissions
Control filesystem, network, and process access.
Security Model
Trust boundaries, timing hardening, and resource limits.