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§
- Error
Location - Source location for error reporting
- LocatedVM
Error - VMError with optional source location for better error messages
Enums§
- VMError
- VM runtime errors