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

@@ -75,7 +75,7 @@ where
signature,
kind: other.arg_kind,
call_trampoline: None,
instance_allocator: None,
instance_ref: None,
}
}
}*/