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

@@ -156,6 +156,7 @@ impl<'a> Exportable<'a> for Table {
fn to_export(&self) -> Export {
ExportTable {
from: self.table.clone(),
instance_allocator: None,
}
.into()
}