Skip to main content

Module context

Module context 

Source
Expand description

VM execution error types and source-location data.

VMContext (the host-callable boundary that previously held mutable refs to the VM’s Vec<ValueWord> stack/locals/globals) was deleted with the strict-typing bulldozer — host-callable signatures move to typed contracts. Error types and ErrorLocation continue unchanged.

Structs§

ErrorLocation
Source location for error reporting
LocatedVMError
VMError with optional source location for better error messages

Enums§

VMError
VM runtime errors