mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 05:48:45 +00:00
feat(deprecated) Remove Instance.exports().
This commit is contained in:
@@ -51,10 +51,6 @@ impl Instance {
|
|||||||
.into_vec())
|
.into_vec())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn exports(&self) -> Exports {
|
|
||||||
self.exports.clone()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn module(&self) -> Module {
|
pub fn module(&self) -> Module {
|
||||||
Module::new(self.new_instance.module().clone())
|
Module::new(self.new_instance.module().clone())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user