cairo-vm icon indicating copy to clipboard operation
cairo-vm copied to clipboard

Add VIrtualMachine.get_builtin() method

Open pefontana opened this issue 3 years ago • 0 comments

In order to have a more compelte interface AddVirtualMachine.get_builtin(builtin: &str) -> &dyn BuiltinRunner method. Then used it to replace the VirtualMachine.get_range_check_builtin.

pefontana avatar Oct 03 '22 14:10 pefontana