Skip to main content

Module api

Module api 

Source
Expand description

Public types and handle methods.

Structs§

AotRequest
Request to prepare an AOT artifact.
CompiledProgram
A compiled EVM program kept alive in the resident map.
LoadedLibrary 🔒
Owns a loaded shared library.
LookupRequest
Request to look up a compiled function.

Enums§

InterpretReason
Reason why the runtime returned “interpret” instead of a compiled function.
LookupDecision
Result of a lookup.
ProgramBacking 🔒
Backing storage that keeps compiled code alive.
ProgramKind
Whether this program was compiled AOT or JIT.