We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wasmtime::component::Instance::instance_pre
1 parent d9468c6 commit 9d40c6eCopy full SHA for 9d40c6e
1 file changed
crates/wasmtime/src/runtime/component/instance.rs
@@ -363,7 +363,7 @@ impl Instance {
363
))
364
}
365
366
- #[doc(hidden)]
+ /// Returns the [`InstancePre`] that was used to create this instance.
367
pub fn instance_pre<T>(&self, store: &impl AsContext<Data = T>) -> InstancePre<T> {
368
// This indexing operation asserts the Store owns the Instance.
369
// Therefore, the InstancePre<T> must match the Store<T>.
0 commit comments