Struct wiggle::wasmtime_crate::ModuleType [−][src]
pub struct ModuleType { /* fields omitted */ }
Expand description
A descriptor for a WebAssembly module type.
This is a part of the WebAssembly module-linking proposal.
Implementations
Creates a new empty module type.
Adds a new export to this ModuleType
.
Adds a new import to this ModuleType
.
Returns the list of imports associated with this module type.
Returns the list of exports associated with this module type.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ModuleType
impl Send for ModuleType
impl Sync for ModuleType
impl Unpin for ModuleType
impl UnwindSafe for ModuleType
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