feat(deprecated) Remove Instance.exports().

This commit is contained in:
Ivan Enderlin
2020-06-08 15:26:43 +02:00
parent 3b30f295f2
commit b71264d71d

View File

@@ -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())
}