pub fn generate_ckb_syscalls<DL, M>(
vm_id: &VmId,
sg_data: &SgData<DL>,
vm_context: &VmContext<DL>,
debug_printer: &DebugPrinter,
) -> Vec<Box<dyn Syscalls<M>>>where
DL: CellDataProvider + HeaderProvider + ExtensionProvider + Send + Sync + Clone + 'static,
M: SupportMachine,
Expand description
Generate RISC-V syscalls in CKB environment