mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
big patch: Start injecting InstanceAllocator everywhere.
This commit is contained in:
1
lib/api/src/externals/table.rs
vendored
1
lib/api/src/externals/table.rs
vendored
@@ -156,6 +156,7 @@ impl<'a> Exportable<'a> for Table {
|
||||
fn to_export(&self) -> Export {
|
||||
ExportTable {
|
||||
from: self.table.clone(),
|
||||
instance_allocator: None,
|
||||
}
|
||||
.into()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user