neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
---
title: "Runtime Specification"
description: "Runtime Specification section index."
---

# Runtime Specification

Reference for the embedded NeoVM runtime used by the Neo DevPack for Solidity compiler for testing and execution. This documents the execution model, opcode support, syscall implementation, gas accounting, and storage emulation.

## Sections

| Section |
| --- |
| [NeoVM Execution Model]/internals/runtime-specification/neovm-execution-model |
| [Opcode Support]/internals/runtime-specification/opcode-support |
| [Syscall Implementation]/internals/runtime-specification/syscall-implementation |
| [Gas Accounting]/internals/runtime-specification/gas-accounting |
| [Storage Emulation]/internals/runtime-specification/storage-emulation |
| [Event and Notification System]/internals/runtime-specification/event-and-notification-system |
| [Exception Handling]/internals/runtime-specification/exception-handling |
| [Native Contract Integration]/internals/runtime-specification/native-contract-integration |
| [Embedded Runtime vs Production Neo N3]/internals/runtime-specification/embedded-runtime-vs-production-neo-n3 |
| [See Also]/internals/runtime-specification/see-also |