pub struct InstancePre<T: 'static> { }
Available on crate features runtime
and component-model
only.
A “pre-instantiated” Instance
which has all of its arguments already supplied and is ready to instantiate.
This structure represents an efficient form of instantiation where import type-checking and import lookup has all been resolved by the time that this type is created. This type is primarily created through the Linker::instantiate_pre
method.
Returns the underlying component that will be instantiated.
SourceReturns the underlying engine.
SourcePerforms the instantiation process into the store specified.
SourceAvailable on crate feature async
only.
Performs the instantiation process into the store specified.
Exactly like Self::instantiate
except for use on async stores.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4