mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
feat(vm) Rename the instance_allocator fields to instance_ref.
This commit is contained in:
2
lib/api/src/externals/global.rs
vendored
2
lib/api/src/externals/global.rs
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user