pub fn load_opcode_by_code(code: u32) -> Result<WorkerOpcode, SpecError>
Return the opcode with the given code.
code
Returns an error if the spec fails to parse or code doesn’t match any authored opcode.