mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
fix some typos (#136)
This commit is contained in:
parent
b1a7642773
commit
e688b374a6
@ -168,7 +168,7 @@ impl Instance {
|
|||||||
self.call_with_index(func_index, args)
|
self.call_with_index(func_index, args)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns a immutable reference to the
|
/// Returns an immutable reference to the
|
||||||
/// [`Ctx`] used by this Instance.
|
/// [`Ctx`] used by this Instance.
|
||||||
///
|
///
|
||||||
/// [`Ctx`]: struct.Ctx.html
|
/// [`Ctx`]: struct.Ctx.html
|
||||||
@ -184,7 +184,7 @@ impl Instance {
|
|||||||
unsafe { &mut *self.inner.vmctx }
|
unsafe { &mut *self.inner.vmctx }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns a iterator over all of the items
|
/// Returns an iterator over all of the items
|
||||||
/// exported from this instance.
|
/// exported from this instance.
|
||||||
pub fn exports(&mut self) -> ExportIter {
|
pub fn exports(&mut self) -> ExportIter {
|
||||||
ExportIter::new(&self.module, &mut self.inner)
|
ExportIter::new(&self.module, &mut self.inner)
|
||||||
|
Loading…
Reference in New Issue
Block a user