mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
doc(api) Fix a typo.
This commit is contained in:
@@ -198,7 +198,7 @@ impl Module {
|
|||||||
self.artifact.serialize_to_file(path.as_ref())
|
self.artifact.serialize_to_file(path.as_ref())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Deserializes a a serialized Module binary into a `Module`.
|
/// Deserializes a serialized Module binary into a `Module`.
|
||||||
/// > Note: the module has to be serialized before with the `serialize` method.
|
/// > Note: the module has to be serialized before with the `serialize` method.
|
||||||
///
|
///
|
||||||
/// # Safety
|
/// # Safety
|
||||||
|
|||||||
Reference in New Issue
Block a user