List of all items
Structs
- config::sealevel_config
- context::sealevel_invoke_context
- context::sealevel_syscall_registry
- program::sealevel_executable
- program::sealevel_instruction_account
- vm::ThisInstructionMeter
- vm::sealevel_region
- vm::sealevel_vm
Enums
Functions
- config::sealevel_config_free
- config::sealevel_config_new
- config::sealevel_config_setopt
- context::sealevel_invoke_context_free
- context::sealevel_syscall_register_builtin
- context::sealevel_syscall_registry_free
- context::sealevel_syscall_registry_new
- error::sealevel_errno
- error::sealevel_strerror
- program::sealevel_load_program
- program::sealevel_program_jit_compile
- vm::sealevel_vm_create
- vm::sealevel_vm_destroy
- vm::sealevel_vm_execute
Constants
- error::SEALEVEL_ERR_ACCESS_VIOLATION
- error::SEALEVEL_ERR_CALL_DEPTH_EXCEEDED
- error::SEALEVEL_ERR_CALL_OUTSIDE_TEXT_SEGMENT
- error::SEALEVEL_ERR_DIVIDE_BY_ZERO
- error::SEALEVEL_ERR_DIVIDE_OVERFLOW
- error::SEALEVEL_ERR_ERR_EXHAUSTED_TEXT_SEGMENT
- error::SEALEVEL_ERR_EXCEEDED_MAX_INSTRUCTIONS
- error::SEALEVEL_ERR_EXECUTION_OVERRUN
- error::SEALEVEL_ERR_EXIT_ROOT_CALL_FRAME
- error::SEALEVEL_ERR_INVALID_ELF
- error::SEALEVEL_ERR_INVALID_INSTRUCTION
- error::SEALEVEL_ERR_INVALID_MEMORY_REGION
- error::SEALEVEL_ERR_INVALID_VIRTUAL_ADDRESS
- error::SEALEVEL_ERR_JIT_NOT_COMPILED
- error::SEALEVEL_ERR_LIBC_INVOCATION_FAILED
- error::SEALEVEL_ERR_STACK_ACCESS_VIOLATION
- error::SEALEVEL_ERR_SYSCALL_REGISTRATION
- error::SEALEVEL_ERR_UNKNOWN
- error::SEALEVEL_ERR_UNSUPPORTED_INSTRUCTION
- error::SEALEVEL_ERR_VERIFIER_ERROR
- error::SEALEVEL_OK