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