Skip to main content
Ctrl+K
GenVM SDK main documentation - Home GenVM SDK main documentation - Home
  • Overview
  • Python SDK
  • GenVM Specification
  • GenVM Internals
  • Full docs for LLMs
  • GitHub
  • Discord
  • Telegram
  • X (Twitter)
  • Overview
  • Python SDK
  • GenVM Specification
  • GenVM Internals
  • Full docs for LLMs
  • GitHub
  • Discord
  • Telegram
  • X (Twitter)

Section Navigation

Contents:

  • Glossary
  • Core Architecture
    • GenVM Components Overview
    • Sub-VM Architecture
  • Execution Environment
    • WASM Utilization
    • WASI Preview 1 Implementation
    • GenLayer WASI SDK WASI Interface
      • Functions
      • gl_call Messages
      • Response Schemas
    • Runners
  • VM Specification
    • VM Execution Result
    • Sandboxing
    • Resource Limiting
    • Switching To gvm-def-non-det-mode
    • Permissions
  • Contract Interface
    • Calldata Encoding
    • Application Binary Interface
    • Storage System
    • Contract Upgradability
    • Contract Execution Flow
  • Appendix
    • runner.json JSON Schema
  • GenVM Specification
  • VM Specification

VM Specification#

  • VM Execution Result
    • Result Kinds
    • InternalError
    • Non-Deterministic Block Result Encoding
    • Contract Result Encoding
  • Sandboxing
  • Resource Limiting
    • RAM Consumption
    • RAM Release
    • Other Limits
  • Switching To gvm-def-non-det-mode
    • Leader Mode
    • Sync Mode
    • Validator Mode
  • Permissions
    • deterministic
    • read_storage
    • write_storage
    • send_messages
    • call_others
    • spawn_nondet
    • Permission Changes on Sub-VM Creation

previous

Runners

next

VM Execution Result

© Copyright 1980, GenLayer Labs.