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

@@ -220,7 +220,7 @@ impl<'a> Exportable<'a> for Global {
ExportGlobal {
vm_global: VMExportGlobal {
from: self.global.clone(),
instance_allocator: None,
instance_ref: None,
},
}
.into()