Struct wasmtime_jit::TypeTables [−][src]
pub struct TypeTables {
pub wasm_signatures: PrimaryMap<SignatureIndex, WasmFuncType>,
pub module_signatures: PrimaryMap<ModuleTypeIndex, ModuleSignature>,
pub instance_signatures: PrimaryMap<InstanceTypeIndex, InstanceSignature>,
}This is intended to mirror the type tables in wasmtime_environ, except that
it doesn’t store the native signatures which are no longer needed past compilation.
Fields
wasm_signatures: PrimaryMap<SignatureIndex, WasmFuncType>module_signatures: PrimaryMap<ModuleTypeIndex, ModuleSignature>instance_signatures: PrimaryMap<InstanceTypeIndex, InstanceSignature>Trait Implementations
impl<'de> Deserialize<'de> for TypeTables[src]
impl<'de> Deserialize<'de> for TypeTables[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for TypeTables[src]
impl Serialize for TypeTables[src]