Rename InstanceContents to Instance.

This commit is contained in:
Dan Gohman
2019-02-22 14:29:11 -08:00
parent 5f201f6d73
commit 3cc113482d
5 changed files with 147 additions and 150 deletions

View File

@@ -160,7 +160,7 @@ impl CompiledModule {
}
}
/// Crate an `InstanceContents` from this `CompiledModule`.
/// Crate an `Instance` from this `CompiledModule`.
///
/// Note that if only one instance of this module is needed, it may be more
/// efficient to call the top-level `instantiate`, since that avoids copying