mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 13:48:26 +00:00
feat(deprecated) Port Instance::exports().
This commit is contained in:
@@ -10,5 +10,6 @@ impl Instance {
|
||||
fn call(&self, name: &str, params: &[Value]) -> Result<Vec<Value>, Box<dyn Error>>;
|
||||
fn context(&self) -> Ref<Ctx>;
|
||||
fn context_mut(&mut self) -> RefMut<Ctx>;
|
||||
fn exports(&self) -> ExportsIterator<impl Iterator<Item = (&String, &Export)>>;
|
||||
fn module(&self) -> Module;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user