Deny missing documentation in wasmtime crate (#836)
* Deny missing documentation in `wasmtime` crate Everything is largely documented now, so let's be sure to keep it that way! * Add windows docs
This commit is contained in:
@@ -218,6 +218,7 @@ impl Module {
|
||||
validate(binary, Some(config)).map_err(Error::new)
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
pub fn from_exports(store: &Store, exports: Box<[ExportType]>) -> Self {
|
||||
let mut ret = Module::empty(store);
|
||||
Rc::get_mut(&mut ret.inner).unwrap().exports = exports;
|
||||
|
||||
Reference in New Issue
Block a user