feat(vm) Rename the instance_allocator fields to instance_ref.

This commit is contained in:
Ivan Enderlin
2020-12-14 10:28:38 +01:00
parent 7835e78ae6
commit facd41412a
8 changed files with 21 additions and 21 deletions

View File

@@ -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()