Function instruction_table
pub const fn instruction_table<WIRE, H>() -> [Instruction<WIRE, H>; 256]where
WIRE: InterpreterTypes,
H: Host,
Expand description
Returns the default instruction table for the given interpreter types and host.