Module syscalls

Source
Expand description

Syscall definitions & implementations for the crate::Executor.

Structs§

SyscallCodeIter
An iterator over the variants of SyscallCode
SyscallContext
A runtime for syscalls that is protected so that developers cannot arbitrarily modify the runtime.

Enums§

SyscallCode
System Calls.

Traits§

Syscall
A system call in the SP1 RISC-V zkVM.

Functions§

default_syscall_map
Creates the default syscall map.