Function essential_constraint_vm::exec_bytecode
source ยท pub fn exec_bytecode(
bytes: &BytecodeMapped<Op>,
access: Access<'_>,
) -> ConstraintResult<Stack>
Expand description
Execute the bytecode of a constraint and return the resulting stack.