Struct wiggle::wasmtime_crate::InstanceType [−][src]
pub struct InstanceType { /* fields omitted */ }
Expand description
A descriptor for a WebAssembly instance type.
This is a part of the WebAssembly module-linking proposal.
Implementations
Creates a new empty instance type.
Adds a new export to this ModuleType
.
Returns the list of exports associated with this module type.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for InstanceType
impl Send for InstanceType
impl Sync for InstanceType
impl Unpin for InstanceType
impl UnwindSafe for InstanceType
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more