feat: serialize as cbor
This commit is contained in:
@@ -728,6 +728,12 @@ where
|
||||
input_path: path,
|
||||
};
|
||||
|
||||
let mut module_bytes = vec![];
|
||||
|
||||
ciborium::into_writer(&checked_module, &mut module_bytes).unwrap();
|
||||
|
||||
println!("{name}\n{}", hex::encode(&module_bytes));
|
||||
|
||||
self.checked_modules.insert(name, checked_module);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user