Struct wasmtime_runtime::VMTableImport [−][src]
#[repr(C)]pub struct VMTableImport { pub from: *mut VMTableDefinition, pub vmctx: *mut VMContext, }
The fields compiled code needs to access to utilize a WebAssembly table imported from another instance.
Fields
from: *mut VMTableDefinitionA pointer to the imported table description.
vmctx: *mut VMContextA pointer to the VMContext that owns the table description.
Trait Implementations
impl Clone for VMTableImport[src]
impl Clone for VMTableImport[src]