mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
feat(vm) Rename the instance_allocator fields to instance_ref.
This commit is contained in:
2
lib/api/src/externals/table.rs
vendored
2
lib/api/src/externals/table.rs
vendored
@@ -158,7 +158,7 @@ impl<'a> Exportable<'a> for Table {
|
||||
ExportTable {
|
||||
vm_table: VMExportTable {
|
||||
from: self.table.clone(),
|
||||
instance_allocator: None,
|
||||
instance_ref: None,
|
||||
},
|
||||
}
|
||||
.into()
|
||||
|
||||
Reference in New Issue
Block a user