WASM Execution Layer

All tasks execute inside secure WebAssembly environments to guarantee isolation between the compute process and the host device.

Key characteristics:

  • Sandboxed execution per task

  • No system-level permissions required

  • Configurable resource caps (memory, CPU)

  • Works natively across browser and desktop platforms

This eliminates the need for users to install containers or expose sensitive host resources while maintaining a high-throughput execution environment.