big patch: Start injecting InstanceAllocator everywhere.

This commit is contained in:
Ivan Enderlin
2020-11-23 17:25:09 +01:00
parent b93af3b628
commit e77afea383
8 changed files with 26 additions and 16 deletions

View File

@@ -218,6 +218,7 @@ impl<'a> Exportable<'a> for Global {
fn to_export(&self) -> Export {
ExportGlobal {
from: self.global.clone(),
instance_allocator: None,
}
.into()
}