Secure WebAssembly (WASM) Execution Layer

All computational tasks within Grid nodes are executed inside isolated WebAssembly (WASM) environments.

This sandbox model ensures that no compute task can directly access, modify, or interfere with the host device’s operating system or personal data.

Key attributes include:

  • Full runtime isolation

  • Strict memory access restrictions

  • Controlled execution within limited permissions

The WASM layer provides a lightweight, portable, and highly secure runtime optimized for diverse computational tasks, from AI model inference to Web3 validation.

Last updated