mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 09:01:21 +00:00
Improved based on feedback
This commit is contained in:
@ -174,7 +174,7 @@ pub struct InstanceImage {
|
||||
}
|
||||
|
||||
/// A `CodeVersion` is a container for a unit of generated code for a module.
|
||||
// #[derive(Debug, Clone)]
|
||||
#[derive(Clone)]
|
||||
pub struct CodeVersion {
|
||||
/// Indicates if this code version is the baseline version.
|
||||
pub baseline: bool,
|
||||
|
Reference in New Issue
Block a user