mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 00:21:34 +00:00
Instantiate takes reference
This commit is contained in:
@ -236,7 +236,7 @@ impl Memory {
|
||||
}
|
||||
|
||||
impl IsExport for Memory {
|
||||
fn to_export(&mut self) -> Export {
|
||||
fn to_export(&self) -> Export {
|
||||
Export::Memory(self.clone())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user