macro_rules! try_vm_runtime {
($e:expr) => { ... };
}
Expand description
This macro provides a VM runtime environment which will safely halt without producing logs that look like unexpected behavior. In debug mode, it prints to stderr using the format: “VM safely halted at {location}: {halt message}”.