feat: add experimental tailcall vm backend
This commit is contained in:
@@ -4,4 +4,4 @@ use crate::VmError;
|
||||
|
||||
pub(crate) fn vm_err(msg: impl Into<String>) -> VmError {
|
||||
VmError::Uncatchable(Error::eval_error(msg.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user