Struct wasmtime_runtime::VMTableImport [−][src]
#[repr(C)]pub struct VMTableImport {
pub from: *mut VMTableDefinition,
pub vmctx: *mut VMContext,
}
Expand description
The fields compiled code needs to access to utilize a WebAssembly table imported from another instance.
Fields
from: *mut VMTableDefinition
A pointer to the imported table description.
vmctx: *mut VMContext
A pointer to the VMContext
that owns the table description.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more