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